From: Jesper Juhl Date: Mon, 11 Jul 2011 20:59:36 +0000 (+0200) Subject: USB: Remove test for NULL that'll never happen in usb_disconnect() X-Git-Tag: v3.2-rc1~183^2~179^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=316541bf70281b6c3b501b442b6994c1839776ad;p=pandora-kernel.git USB: Remove test for NULL that'll never happen in usb_disconnect() 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 Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed