]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcd0b6f10969a9c372fdb8da4c6bca5ba0807e58f
tree1d9a4a7a46af3d9b656f46e3f4a8a2ca0efd683e
parent9006a100379cf6f15b8562289329c8bbc2e59b04
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