Function checks for condition inside a loop that checks the same
condition, this is redundant. Fix also removes checkpatch CHECK.
Remove redundant check.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
DPRINTK(3, "\n");
if (priv->dev_state >= DEVICE_STATE_BOOT) {
- if (cnt_smeqbody(priv) > 0
- && priv->dev_state >= DEVICE_STATE_BOOT) {
+ if (cnt_smeqbody(priv) > 0) {
hostif_sme_execute(priv,
priv->sme_i.event_buff[priv->sme_i.
qhead]);