From: David Brownell Date: Sat, 2 Feb 2008 10:36:53 +0000 (-0800) Subject: USB: fix previous sparse fix which was incorrect X-Git-Tag: v2.6.25-rc3~98^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1a491429e7f9b6fb608d9f173e5807fba053d5b;p=pandora-kernel.git USB: fix previous sparse fix which was incorrect The previous fix for a "sparse" warning in ehci_urb_dequeue() was incorrect. After rescheduling interrupt transfers it returned the URB's completion status, not status for the dequeue operation itself. This patch resolves that issue, cleans up the code in the reschedule path, and shrinks the object code by a dozen bytes. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed