linux-stable/drivers/staging
Navya Sri Nizamkari 1862eec4fe staging: gdm72xx: Condense two statements into one to improve code readability.
This patch removes a variable assignmnet to a value, used only
for returning that value. The following coccinelle script was
used to discover it:

@@
expression ret;
identifier f;
@@

-ret =
+return
     f(...);
     -return ret;

Signed-off-by: Navya Sri Nizamkari <navyasri.tech@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-03-01 16:57:36 -08:00
..
android Staging drivers patches for 3.20-rc1 2015-02-15 11:30:39 -08:00
board Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 2015-02-19 10:36:45 -08:00
clocking-wizard staging: clocking-wizard: Handle invalid clk in notifier 2015-01-17 16:06:20 -08:00
comedi staging: comedi: rewrite the right hand side of an assignment 2015-02-26 15:24:16 -08:00
dgap staging: dgap: remove unused variable 2015-03-01 16:57:36 -08:00
dgnc Staging: dgnc: Replace printk() with dev_dbg() 2015-03-01 15:12:14 -08:00
emxx_udc staging: emxx_udc: rewrite the right hand side of an assignment 2015-02-26 15:24:16 -08:00
fbtft staging: fbtft: remove unused variable 2015-03-01 16:57:36 -08:00
ft1000 Staging: ft1000: Removed unnecessary braces 2015-02-26 15:15:22 -08:00
fwserial staging: fwserial: remove multiple blank lines 2014-11-26 13:53:25 -08:00
gdm72xx staging: gdm72xx: Condense two statements into one to improve code readability. 2015-03-01 16:57:36 -08:00
gdm724x staging: gdm724x: fix line limit coding style issue in gdm_lte.c 2015-01-17 14:57:43 -08:00
goldfish
gs_fpgaboot staging: gs_fpgaboot: io.c: Remove unused function 2015-01-17 15:19:52 -08:00
i2o Staging: i2o: Fix quoted string split across lines 2015-03-01 15:10:15 -08:00
iio staging: iio: light: remove unused variable 2015-03-01 16:25:25 -08:00
lustre Staging: lustre: Fix __packed is preferred over __attribute__((packed)) in libcfs_kernelcomm.h 2015-03-01 16:54:48 -08:00
media staging: media: davinci_vpfe: rewrite the right hand side of an assignment 2015-02-26 15:24:16 -08:00
mt29f_spinand staging: mt29f_spinand: Fix typo in Kconfig 2015-01-17 16:22:15 -08:00
netlogic Staging: NetLogic: Coding style correction 2015-01-17 15:17:10 -08:00
nvec Staging: nvec: Add paragraph to describe kconfig symbol 2015-02-26 17:14:07 -08:00
octeon Staging: octeon: Fixed a typo 2015-01-17 15:00:23 -08:00
octeon-usb Staging: octeon-usb: Fixed a typo 2015-01-17 15:00:23 -08:00
olpc_dcon staging: olpc_dcon: fix sparse symbol not declared warning 2015-01-17 15:17:10 -08:00
ozwpan Staging patches for 3.19-rc1 2014-12-15 18:06:13 -08:00
panel staging: panel: replace init_timer by setup_timer 2015-02-26 13:12:40 -08:00
rtl8188eu staging: rtl8188eu: Remove memset. 2015-03-01 16:22:53 -08:00
rtl8192e staging: rtl8192e: rewrite the right hand side of an assignment 2015-02-26 15:23:47 -08:00
rtl8192u Staging: rtl8192u: Replace printk() with pr_debug() 2015-02-26 15:33:04 -08:00
rtl8712 staging: rtl8712: rewrite the right hand side of an assignment 2015-02-26 15:23:47 -08:00
rtl8723au Staging: rtl8723au: Remove white space before semicolon 2015-03-01 16:23:22 -08:00
rts5208 Staging: rts5208: Remove braces around single if-statement 2015-02-26 13:01:14 -08:00
skein staging: skein: Fixing single statement macro checkpatch warning 2015-01-17 15:05:52 -08:00
slicoss Staging: slicoss: Join split string. 2015-02-26 15:18:36 -08:00
sm7xxfb staging: sm7xxfb: fix remaining CamelCase 2015-02-07 17:37:52 +08:00
speakup Staging: speakup: Remove 'extern' keywords from .h prototypes 2015-03-01 15:04:24 -08:00
ste_rmi4
unisys staging: unisys: Rework Kconfig dependencies 2015-02-26 17:24:42 -08:00
vme
vt6655 staging: vt6655: remove unused variable 2015-03-01 15:11:08 -08:00
vt6656 staging: vt6656: replace memcpy by ether_addr_copy 2015-02-26 17:14:07 -08:00
wlan-ng staging: wlan-ng: remove unused variable 2015-03-01 16:23:55 -08:00
xgifb staging: xgifb: rewrite the right hand side of an assignment 2015-02-26 15:23:46 -08:00
Kconfig Staging drivers patches for 3.20-rc1 2015-02-15 11:30:39 -08:00
Makefile Staging drivers patches for 3.20-rc1 2015-02-15 11:30:39 -08:00
staging.c