UHCI: improved debugging checks for the frame list
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 8 Jan 2007 17:00:28 +0000 (12:00 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Feb 2007 23:44:35 +0000 (15:44 -0800)
commitf3fe239b67424d88104e32076aec902c0642925f
treed7b3986dcdcb434111c0570eb2a129b2570e3bfa
parentf38649fee955c19f4df9b9e7267f87702712d973
UHCI: improved debugging checks for the frame list

This patch (as768) improves the debugging checks for the uhci-hcd
frame list.  The number of entries displayed is limited to 10, and the
driver now checks for the correct Skeleton QH link value at the end of
each chain of Isochronous TDs.  The code to compute these link values
is now used in two spots, so it is moved into its own separate
subroutine.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/uhci-debug.c
drivers/usb/host/uhci-hcd.c