USB: gadgets: ci13xxx: fix probing of compiled-in gadget drivers
authorArtem Leonenko <tikkeri@gmail.com>
Wed, 15 Dec 2010 07:46:40 +0000 (23:46 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Dec 2010 21:32:37 +0000 (13:32 -0800)
Built-in gadget drivers have NULL-ifed unbind() function. Checking
whether unbind() is NULL will never let any compiled into kernel
driver attach.

Signed-off-by: Artem Leonenko <tikkeri@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found