USB: Remove test for NULL that'll never happen in usb_disconnect()
authorJesper Juhl <jj@chaosbits.net>
Mon, 11 Jul 2011 20:59:36 +0000 (22:59 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 22 Aug 2011 22:21:15 +0000 (15:21 -0700)
In drivers/usb/core/hub.c::usb_disconnect(), 'udev' will never be
NULL, so remove the test and printing of debug message.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found