Yoshihiro Shimoda d9f5efade2 dmaengine: usb-dmac: fix endless loop in usb_dmac_chan_terminate_all()
This patch fixes an issue that list_for_each_entry() in
usb_dmac_chan_terminate_all() is possible to cause endless loop because
this will move own desc to the desc_freed. So, this driver should use
list_for_each_entry_safe() instead of list_for_each_entry().

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2015-12-05 13:37:51 +05:30
..
2015-11-10 10:05:17 -08:00
2015-10-17 21:22:08 -07:00
2015-11-10 10:05:17 -08:00
2015-11-10 10:05:17 -08:00
2013-01-07 17:36:37 +01:00
2015-11-10 10:05:17 -08:00
2015-11-10 10:05:17 -08:00
2015-09-04 11:10:18 -07:00
2015-09-04 11:10:18 -07:00
2015-11-10 10:05:17 -08:00
2015-11-10 10:05:17 -08:00