]> git.ipfire.org Git - thirdparty/linux.git/commit - drivers/usb/dwc3/ep0.c
usb: dwc3: ep0: add a default case for SetFeature command
authorGerard Cauvy <g-cauvy1@ti.com>
Fri, 16 Mar 2012 14:20:10 +0000 (16:20 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 10 Apr 2012 16:11:31 +0000 (19:11 +0300)
commitecb07797ffc1c2aaa2e58d1ba1b5deea44ea5b9e
tree7b41db1d84f7f0a486ace971f1345a6781b9bafc
parentcd423dd3634a5232a3019eb372b144619a61cd16
usb: dwc3: ep0: add a default case for SetFeature command

Without this default case returning an error,
thus replying with a stall, we would fail
USB30CV TD 9.11 Bad Feature test case.

Cc: stable@vger.kernel.org
Signed-off-by: Gerard Cauvy <g-cauvy1@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/ep0.c