usb/isp1760: Remove false error printout
authorArvid Brodin <arvid.brodin@enea.com>
Tue, 26 Apr 2011 19:47:12 +0000 (21:47 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 3 May 2011 00:02:54 +0000 (17:02 -0700)
commit847ed3e8f18b9cc401677e6e14eb7c89c7b8dfb6
tree478afb3d83bb85df344ce34c879dcddc234b29db
parentdfbc6fa3e1f19d31aeb6afdffeede7271e29bfbf
usb/isp1760: Remove false error printout

This removes the "qh is 0" printout. qh == NULL if the urb has
been unlinked, so this condition is normal.

Signed-off-by: Arvid Brodin <arvid.brodin@enea.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/isp1760-hcd.c