From: Andrzej Pietrasiewicz Date: Tue, 3 Mar 2015 09:52:04 +0000 (+0100) Subject: usb: gadget: composite: don't try standard handling for non-standard requests X-Git-Tag: omap-for-v4.1/fixes-rc1~167^2~55^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=232c0102e84b7fce634c8902a5fa30ca2b3342ac;p=pandora-kernel.git usb: gadget: composite: don't try standard handling for non-standard requests If a non-standard request is processed and its parameters just happen to match those of some standard request, the logic of composite_setup() can be fooled, so don't even try any switch cases, just go to the proper place where unknown requests are handled. Signed-off-by: Andrzej Pietrasiewicz Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed