From: Lukasz Majewski Date: Fri, 10 Feb 2012 08:54:51 +0000 (+0100) Subject: usb: gadget: rndis: fix Missing req->context assignment X-Git-Tag: v3.4-rc4~14^2~14^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f135617224b4a1113b26b8ee5877e94f38e40d1e;p=pandora-kernel.git usb: gadget: rndis: fix Missing req->context assignment It is crucial to assign each req->context value to struct rndis. The problem happens for multi function gadget (g_multi) when multiple functions are calling common usb_composite_dev control request. It might happen that *_setup method from one usb function will alter some fields of this common request issued by other USB function. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed