Files
android_kernel_xiaomi_sm8450/drivers/net/wireless/brcm80211/brcmsmac
Julia Lawall 6dc75f1c9f brcmsmac: delete useless variable
Delete a variable that is at most only assigned to a constant, but never
used otherwise.

A simplified version of the semantic patch that fixes this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@@
type T;
identifier i;
constant c;
@@

-T i;
<... when != i
-i = c;
...>
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2014-01-13 14:50:06 -05:00
..
2013-03-06 16:28:20 -05:00
2013-03-06 16:28:20 -05:00
2014-01-13 14:50:06 -05:00
2013-04-12 15:29:04 -04:00
2013-01-07 15:16:55 -05:00
2012-11-20 14:07:25 -05:00