From: Peter Korsgaard Date: Mon, 2 Jul 2007 22:46:42 +0000 (+0200) Subject: Cleanup usbnet_probe() return value handling X-Git-Tag: v2.6.23-rc1~1151^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9514bfe5d92000a9fd6f3c44aa775819b5d78aaf;p=pandora-kernel.git Cleanup usbnet_probe() return value handling usbnet_probe() handles a positive return value from the driver bind() function as success, but will later only setup the status handler if the return value was zero, leading to confusion. Patch adjusts this to accept positive values as success in both checks. Signed-off-by: Peter Korsgaard Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed