USB: remove unnecessary tests in isp116x and sl811
commite39ab592f182cd0be48acc4ad49f93ef4100017c
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 16 Aug 2007 20:17:49 +0000 (16 16:17 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 21:55:16 +0000 (12 14:55 -0700)
tree5decd15d20fac5a8fbc33d7eeed66b6cb9d9725c
parentf311cf58bd04adc683067f8d66daa5925b80f082
USB: remove unnecessary tests in isp116x and sl811

This patch (as962) cleans up some code I forgot to remove earlier in
the isp116x and sl811 HCDs.  There is no longer any need to check for
unlink-during-submit; it can't happen since the endpoint queues are
now under the protection of the HCD-private spinlock.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
CC: David Brownell <david-b@pacbell.net>
CC: Olav Kongas <ok@artecdesign.ee>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/isp116x-hcd.c
drivers/usb/host/sl811-hcd.c