USB: "sparse" cleanups for usb gadgets
authorDavid Brownell <david-b@pacbell.net>
Mon, 30 Jul 2007 19:31:07 +0000 (12:31 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 30 Jul 2007 20:27:47 +0000 (13:27 -0700)
This removes complaints about the gadget stack which are generated by
the currrent "sparse":  it doesn't like the fact that zero is the null
pointer.  (Last I checked, C guarantees that's correct ...)

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found