From: Pratyush Anand Date: Mon, 4 Nov 2013 16:43:54 +0000 (+0530) Subject: usb: gadget: mass storage: fix return of delayed status X-Git-Tag: v3.13-rc4~47^2~15^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=655403c21236af7b121c8c44618e60ff747acc87;p=pandora-kernel.git usb: gadget: mass storage: fix return of delayed status Mass storage gadget returns DELAYED_STATUS in stead of USB_GADGET_DELAYED_STATUS while handling bulk reset request. Since peripheral driver uses USB_GADGET_DELAYED_STATUS for delayed status handling, therefore replace DELAYED_STATUS by USB_GADGET_DELAYED_STATUS in mass storage driver. Since, DELAYED_STATUS and hence EP0_BUFSIZE will no longer be used now, so remove them. Signed-off-by: Pratyush Anand Cc: Paul Zimmerman Cc: Alan Stern Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed