staging: wilc1000: remove unused return variable
authorHariPrasath Elango <hariprasath.elango@gmail.com>
Mon, 26 Mar 2018 13:21:55 +0000 (18:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Mar 2018 11:39:21 +0000 (13:39 +0200)
commit2415fa8f941f71dda5a9a47e5e3cf77a6584516b
tree1d9a4a7a46af3d9b656f46e3f4a8a2ca0efd683e
parentfe014d4e6b55a56d81d152ac1643ee6f44bf096c
staging: wilc1000: remove unused return variable

In this function,removed the unused integer variable as it is not
actually used to return function success or failure. Return is a pointer
to net_device structure.

Signed-off-by: HariPrasath Elango <hariprasath.elango@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_mon.c