usb/isp1760: Handle toggle bit in queue heads only
authorArvid Brodin <arvid.brodin@enea.com>
Sat, 26 Feb 2011 21:08:47 +0000 (22:08 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 1 Mar 2011 03:23:39 +0000 (19:23 -0800)
commit7adc14b14b43b6ca9f2f00ac7a4780577dbe883b
treed878823dd8c7c72d1f934612d90f4512f11d7a38
parent65f1b5255ce0e657e4d8de92098837d36831320a
usb/isp1760: Handle toggle bit in queue heads only

Remove redundant "toggle" member from struct isp1760_qtd, and store toggle
status in struct isp1760_qh only.

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