From: Pratyush Anand Date: Mon, 25 Jun 2012 17:10:43 +0000 (+0530) Subject: usb: dwc3: correct set_halt implementation for ep0 X-Git-Tag: v3.6-rc1~101^2~53^2~27^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f0d96670c53898b4154e7945e77cdd966003f7;p=pandora-kernel.git usb: dwc3: correct set_halt implementation for ep0 set_halt for ep0 is called to stall a deferred control responses by the gadget. We already have a function to stall default control endpoint. This patch points set_halt for ep0 to the already available function. Signed-off-by: Pratyush Anand Signed-off-by: Michel Sanches Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed