staging: rtl8188eu: os_dep: Remove return variable
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Wed, 26 Jun 2019 06:50:54 +0000 (12:20 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Jul 2019 07:07:03 +0000 (09:07 +0200)
commit1f22b8f1bd6d2de4d505e3e112b689ed41539786
treeb0fa82e1d1787d092b7c99ee8c6905668327f7f4
parent5d32630f170c5e200381f3d26ffe179f58f61b66
staging: rtl8188eu: os_dep: Remove return variable

Remove return variable as its value is not altered between
initialisation and return.
Issue found with Coccinelle.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c