From: Michael Grzeschik Date: Mon, 11 Nov 2013 22:43:32 +0000 (+0100) Subject: usb: gadget: composite: reset delayed_status on reset_config X-Git-Tag: v3.13-rc4~47^2~15^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bac51a1827a18821150ed8c9f9752c02f9c2b02;p=pandora-kernel.git usb: gadget: composite: reset delayed_status on reset_config The delayed_status value is used to keep track of status response packets on ep0. It needs to be reset or the set_config function would still delay the answer, if the usb device got unplugged while waiting for setup_continue to be called. Cc: stable@vger.kernel.org Signed-off-by: Michael Grzeschik Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed