linux-pinenote/drivers/staging
Sudip Mukherjee e29d3ebcda staging: rtl8712: remove unused variables
unused variables are removed. These variables were only assigned some
values and after that they were never being used. So they are safe to
be removed , and it has been build tested.

I left a call to r8712_read32(padapter, TCR) and
r8712_read8(padapter, SDIO_HCPWM) .

r8712_read32() and r8712_read8() is ultimately calling usb_read32()
and usb_read8() respectively. and they are again calling
r8712_usbctrl_vendorreq().
this r8712_usbctrl_vendorreq() is communicating through the usb bus
and is sending and receiving the control msg.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-29 17:37:26 +08:00
..
android staging: android: Replace timeval with timespec64 2014-10-28 16:15:03 +08:00
board
clocking-wizard staging: clocking-wizard: Contain macro argument in parenthesis 2014-10-29 17:25:53 +08:00
comedi staging: comedi: comedi_test: fix timer lock-up 2014-10-29 16:15:07 +08:00
cptm1217
dgap staging: dgap: Use unsigned for loop index 2014-10-28 16:19:02 +08:00
dgnc staging: dgnc: dgnc_kcompat.h: remove unused macro 2014-10-28 16:12:39 +08:00
emxx_udc staging: emxx_udc: Remove null check before kfree 2014-10-23 13:43:46 +08:00
ft1000 staging: ft1000: do not initialise statics to 0 or NULL 2014-10-29 17:27:46 +08:00
fwserial
gdm72xx staging: gdm72xx: Removed unnecesarry out of memory usage 2014-10-20 10:29:18 +08:00
gdm724x staging: gdm724x: Fix incorrect type in assignment 2014-10-20 10:29:18 +08:00
goldfish staging: goldfish: avoid multiple assignments 2014-09-06 21:54:57 -07:00
gs_fpgaboot staging: gs_fpgaboot: Fix "out of memory" error handling 2014-10-20 10:30:13 +08:00
iio Staging: iio: adc: fix line over 80 characters 2014-10-29 17:30:47 +08:00
imx-drm drivers: staging: imx-drm driver cleanup 2014-10-20 10:30:13 +08:00
line6 staging: line6: fix midibuf.c coding style issue 2014-09-23 23:41:25 -07:00
lustre staging: lustre: Use __init and __exit markers for lifecycle functions 2014-10-29 16:35:16 +08:00
media Staging: media: dm365_isif: Add blank line after variable declarations 2014-10-29 15:39:55 +08:00
mt29f_spinand
netlogic staging: netlogic: fix checkpatch.pl "LINE_SPACING" issuses 2014-09-08 14:02:13 -07:00
nvec
octeon Staging: octeon: ethernet-tx: fixed coding style warnings, missing blank lines 2014-10-20 10:29:27 +08:00
octeon-usb staging: octeon-usb: fix checkpatch.pl warnings 2014-10-20 10:29:27 +08:00
olpc_dcon
ozwpan staging: ozwpan: Fix incorrect type in assignments 2014-10-28 16:19:02 +08:00
panel
rtl8188eu staging: rtl8188eu: hal: space required 2014-10-29 16:48:32 +08:00
rtl8192e staging: rtl8192e: delete successive assignments to the same location 2014-10-28 15:53:25 +08:00
rtl8192u staging: rtl8192u: Fix "space prohibited after that open parenthesis '('" errors 2014-10-29 16:48:43 +08:00
rtl8712 staging: rtl8712: remove unused variables 2014-10-29 17:37:26 +08:00
rtl8723au Staging: rtl8723au: rtw_cmd: Fix space prohibited between function name and open parenthesis 2014-10-29 15:39:55 +08:00
rts5208 Staging: rts5208: helper function to enable interrupts during reset 2014-10-29 17:28:51 +08:00
skein staging: skein: Removes unneeded #define 2014-10-29 16:39:58 +08:00
slicoss Staging: slicoss: Removed unnecessary parentheses 2014-10-28 15:58:17 +08:00
speakup staging: speakup: Use time_after_eq to compare jiffies in speakup_keypc.c 2014-10-20 10:29:19 +08:00
ste_rmi4 Staging: ste_rmi4: add new line after declarations 2014-09-23 13:44:11 -07:00
unisys staging: unisys: visorchannel: Improved cleanup code 2014-10-28 15:41:43 +08:00
vme Staging: vme: devices: Use kasprintf 2014-10-27 10:33:05 +08:00
vt6655 Staging: vt6655: Remove C99 comments 2014-10-29 17:20:17 +08:00
vt6656 staging: vt6656: remove unnecessary 'out of memory' message 2014-10-20 10:29:17 +08:00
wlan-ng staging: wlan-ng: Fix incorrect type in assignments 2014-10-28 15:41:43 +08:00
xgifb staging: remove unneeded parentheses around the right hand side of an assignment 2014-10-27 10:33:06 +08:00
Kconfig staging: bcm: remove driver 2014-10-20 10:30:15 +08:00
Makefile staging: bcm: remove driver 2014-10-20 10:30:15 +08:00
staging.c