From: Arvid Brodin Date: Thu, 19 May 2011 22:17:34 +0000 (+0200) Subject: usb/isp1760: Move function isp1760_endpoint_disable() within file. X-Git-Tag: v3.0-rc1~337^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=079cdb0947ce6ae7df0c73a1c82c14920a9b6b6d;p=pandora-kernel.git usb/isp1760: Move function isp1760_endpoint_disable() within file. Preparation for patch #2. The function isp1760_endpoint_disable() does almost the same thing as urb_dequeue(). In patch #2 I change these to use a common helper function instead of calling each other - for clarity but also to avoid releasing the spinlock while in a "questionable" state. It seemed proper to have these functions close to each other in the code. Signed-off-by: Arvid Brodin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed