[PATCH] USB: fix hid core to return proper error code from probe
authorStelian Pop <stelian@popies.net>
Wed, 22 Jun 2005 15:53:28 +0000 (17:53 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 23 Jun 2005 06:01:09 +0000 (23:01 -0700)
Drivers need to return -ENODEV when they can't bind to a device.
Anything else stops the "bind a device to a driver" search.

From: Stelian Pop <stelian@popies.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found