From: Robert Baldyga Date: Fri, 21 Aug 2015 09:01:29 +0000 (+0200) Subject: usb: gadget: fix possible regression introduced with ep->claimed X-Git-Tag: omap-for-v4.3/fixes-rc5~79^2~14^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4c1b1ba7f663fd77204201eef83baf58e2e5777;p=pandora-kernel.git usb: gadget: fix possible regression introduced with ep->claimed This patch fixes possible regression introduced by patch reworking endpoint claiming mechanism. It restores setring ep->driver_data to NULL in usb_ep_autoconfig_reset(), which was removed by patch commit cc476b42a39d. Fixes: cc476b42a39d ("usb: gadget: encapsulate endpoint claiming mechanism") Reported-by: Felipe Balbi Signed-off-by: Robert Baldyga Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed