Re: [PATCH] staging: wlan-ng: remove unused 'result' var

From: Grzegorz Swirski
Date: Sat Sep 20 2014 - 14:35:26 EST


> you have not mentioned any commit log

Sorry. Patch against linux-next, commit
d7cf2b3139909a354a71e2885c942e21a60ea062

> > @@ -734,11 +732,10 @@ static int prism2mib_priv(struct mibrec *mib,
> > wpa.datalen = cpu_to_le16(pstr->len);
> > memcpy(wpa.data, pstr->data, pstr->len);
> >
> > - result =
> > - hfa384x_drvr_setconfig(hw,
> > - HFA384x_RID_CNFWPADATA,
> > - (u8 *) &wpa,
> > - sizeof(wpa));
> > + hfa384x_drvr_setconfig(hw,
> > + HFA384x_RID_CNFWPADATA,
> > + (u8 *) &wpa,
> if you check your patch with --strict option then you will see one warning here.

There are many styling offences in this file. I didn't want to include
unrelated changes in one patch.

Grzegorz Swirski.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/