rtlwifi: Remove extraneous value return
authorLarry Finger <Larry.Finger@lwfinger.net>
Fri, 2 Mar 2012 19:22:46 +0000 (13:22 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 5 Mar 2012 20:53:47 +0000 (15:53 -0500)
commit8f526ab4aa1b145bda2baf56e223050c7ef3e1b0
tree9b511162b86f6a44a12757c5374ddda6f14f6d13
parent48de1a17fc41613b7e9d61037fa989256d04234f
rtlwifi: Remove extraneous value return

In usb.c, routine _rtl_usb_init_sw() always returns 0, and rtl_usb_probe()
never checks the returned value. Thus we can change _rtl_usb_init_sw() to
a void routine. In addition, remove the underscore at the beginning of the
name of the routine.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/usb.c