From: Larry Finger Date: Fri, 2 Mar 2012 19:22:46 +0000 (-0600) Subject: rtlwifi: Remove extraneous value return X-Git-Tag: v3.4-rc1~177^2~108^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f526ab4aa1b145bda2baf56e223050c7ef3e1b0;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed