summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl871x_mp.c
diff options
context:
space:
mode:
authorPeter Senna Tschudin2014-05-20 12:33:44 +0200
committerGreg Kroah-Hartman2014-05-23 19:14:31 +0200
commitadd645261560545c947c8778ad51b1eb1f68d51c (patch)
tree88b6235795350c5413e32a623604167ea4133cbc /drivers/staging/rtl8712/rtl871x_mp.c
parentstaging: rts5208: Use pci_device_id rather than DEFINE_PCI_DEVICE_TABLE (diff)
downloadkernel-qcow2-linux-add645261560545c947c8778ad51b1eb1f68d51c.tar.gz
kernel-qcow2-linux-add645261560545c947c8778ad51b1eb1f68d51c.tar.xz
kernel-qcow2-linux-add645261560545c947c8778ad51b1eb1f68d51c.zip
staging: ft1000: Remove useless return variables
This patch remove variables that are initialized with a constant, are never updated, and are only used as parameter of return. Return the constant instead of using a variable. Verified by compilation only. The coccinelle script that find and fixes this issue is: // <smpl> @@ type T; constant C; identifier ret; @@ - T ret = C; ... when != ret - return ret; + return C; // </smpl> Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/rtl871x_mp.c')
0 files changed, 0 insertions, 0 deletions