]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "usb: musb: host: don't start next rx urb if current one failed"
authorBin Liu <b-liu@ti.com>
Tue, 20 Feb 2018 13:31:35 +0000 (07:31 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Feb 2018 14:02:46 +0000 (15:02 +0100)
commit55c57d8316317f238f9c60992970e9dce9df54d0
treecce3c24fed845543775ae2f63fd83176049896ad
parentf6d268a670e35c93d9b8aa112877c8a792a8a42f
Revert "usb: musb: host: don't start next rx urb if current one failed"

This reverts commit beae645f3d3b784d7683d1b84bba015a0a29f378.

commit beae645f3d3b ("usb: musb: host: don't start next rx urb if current one failed")
along with commit 62b8b899ab5f ("usb: musb: host: clear rxcsr error bit if set")
try to solve the issue described in [1], but the latter alone is
sufficient, and the former causes the issue as in [2], so now revert it.

[1] https://marc.info/?l=linux-usb&m=146173995117456&w=2
[2] https://marc.info/?l=linux-usb&m=151689238420622&w=2

Cc: stable@vger.kernel.org # v4.7+
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_host.c