remarkable-linux/drivers/staging/vt6655
Aya Mahfouz 0c596a31ec staging: vt6655: remove unused variable
This patch removes a variable that was simply used to
store the return value of a function call before
returning it.

The issue was detected and resolved using the following
coccinelle script:

@@
identifier len,f;
@@

-int len;
 ... when != len
     when strict
-len =
+return
        f(...);
-return len;

Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-03-01 15:11:08 -08:00
..
baseband.c staging: vt6655: remove antenna diversity functions 2015-01-25 19:59:16 +08:00
baseband.h staging: vt6655: remove antenna diversity functions 2015-01-25 19:59:16 +08:00
card.c staging: vt6655: fix that open brace { should be on the previous line 2015-01-28 11:22:21 -08:00
card.h staging: vt6655: card.c move __iomem into functions. 2014-11-26 13:37:24 -08:00
channel.c staging: vt6655: common variable size channel numbers to ieee80211_channel->hw_value 2015-01-25 19:59:16 +08:00
channel.h staging: vt6655: set_channel replace parameter with ieee80211_channel 2015-01-25 19:59:16 +08:00
desc.h staging: vt6655: dead code remove header type.h 2014-10-29 13:34:47 -07:00
device.h staging: vt6655: remove antenna diversity functions 2015-01-25 19:59:16 +08:00
device_cfg.h staging: vt6655: dead code remove header type.h 2014-10-29 13:34:47 -07:00
device_main.c staging: vt6655: Fix TD_FLAGS_NETIF_SKB only on TYPE_AC0DMA 2015-02-07 17:16:59 +08:00
dpc.c staging: vt6655: vnt_rx_data add track rsr and new_rsr errors 2015-02-07 17:16:59 +08:00
dpc.h staging: vt6655: dpc.c/h remove dead functions 2014-10-29 13:33:35 -07:00
Kconfig staging: vt6655: switch driver over to mac80211 2014-10-29 13:31:30 -07:00
key.c staging: vt6655: key.c remove dead functions 2014-10-29 13:34:44 -07:00
key.h Staging: vt6655: Fix do not use C99 // comments 2015-03-01 15:11:08 -08:00
mac.c staging: vt6655: fix space prohibited before that ',' 2015-01-25 19:59:16 +08:00
mac.h Staging: vt6655: Checkpatch fix: c99 comment headings 2015-01-17 14:53:21 -08:00
Makefile staging: vt6655: dead code remove wctl.c/h 2014-10-29 13:34:45 -07:00
mib.c Staging: vt6655: changed C99 // comments 2015-02-26 12:23:58 -08:00
mib.h staging: vt6655: dead code remove header type.h 2014-10-29 13:34:47 -07:00
power.c staging: vt6655: Replace C99 comments in power.c and upc.h. 2015-01-12 19:42:45 -08:00
power.h staging: vt6655: remove dead functions in power.c/h 2014-10-29 13:33:35 -07:00
rf.c staging: vt6655: RFbSetPower remove unused variable byPwrdBm 2015-01-25 19:59:16 +08:00
rf.h staging: vt6655: common variable size channel numbers to ieee80211_channel->hw_value 2015-01-25 19:59:16 +08:00
rxtx.c staging: vt6655: remove unused variable 2015-03-01 15:11:08 -08:00
rxtx.h staging: vt6655: dead code remove header type.h 2014-10-29 13:34:47 -07:00
srom.c staging: vt6655: srom remove dead functions 2014-12-02 16:35:10 -08:00
srom.h Staging: vt6655: break lines over 80 characters 2015-02-26 12:23:58 -08:00
test
tmacro.h staging: vt6655: dead code remove header type.h 2014-10-29 13:34:47 -07:00
TODO
upc.h staging: vt6655: Replace C99 comments in power.c and upc.h. 2015-01-12 19:42:45 -08:00