From: Kuninori Morimoto Date: Tue, 11 Oct 2011 05:05:51 +0000 (-0700) Subject: usb: gadget: renesas_usbhs: disable pipe on top of interrupt X-Git-Tag: v3.2-rc1~183^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ff5d09bd2fd5943f5b16cb1e3453446a1f575e2;p=pandora-kernel.git usb: gadget: renesas_usbhs: disable pipe on top of interrupt When data read interrupt happened, the pipe is BUF which means "enable". then, next un-necessary interrupt/token might be issued again when all data were popped from fifo. It will cause un-understandable bug. This patch decides pipe disable on top of read interrupt. Signed-off-by: Kuninori Morimoto Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed