From: David Brownell Date: Wed, 17 Jan 2007 06:51:04 +0000 (-0800) Subject: USB: gadgetfs cleanups X-Git-Tag: v2.6.21-rc1~92^2~29^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7489d14943181731ef8694e2ea2d5a919b93b956;p=pandora-kernel.git USB: gadgetfs cleanups Minor gadgetfs cleanups: - EP0 state constants become consistently STATE_DEV_* rather than sometimes omitting the "DEV_"; STATE_EP_* were already consistent. - Comment that ep0 state is protected by the spinlock, and update code that was neglecting that rule. None of this is expected to change behavior. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed