USB: Fix unneeded endpoint check in pxa27x_udc
authorRobert Jarzmik <robert.jarzmik@free.fr>
Mon, 13 Oct 2008 18:06:00 +0000 (20:06 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Oct 2008 17:05:28 +0000 (10:05 -0700)
commit3131f7b0ab9ed461daa2464fffd9df784d1f730d
tree174621c5fb081886f30fc69aa255b3cd63e0f4ca
parentdd9ebf1421902df806c0ed6fac296badaca06161
USB: Fix unneeded endpoint check in pxa27x_udc

The request allocation code doesn't need to check if the
endpoint is not NULL, as the only caller in
include/linux/usb/gadget.h, usb_ep_alloc_request() needs the
endpoint pointer to have a correct value to trigger the
allocation code.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/pxa27x_udc.c