From: Robert Jarzmik Date: Mon, 13 Oct 2008 18:06:00 +0000 (+0200) Subject: USB: Fix unneeded endpoint check in pxa27x_udc X-Git-Tag: v2.6.28-rc1~33^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3131f7b0ab9ed461daa2464fffd9df784d1f730d;p=pandora-kernel.git 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 Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed