From: Ludovic Desroches Date: Mon, 9 Sep 2013 15:29:56 +0000 (+0200) Subject: mmc: atmel-mci: abort transfer on timeout error X-Git-Tag: v3.13-rc1~50^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1fa3426aa5c782724c97394303d52228206eda4;p=pandora-kernel.git mmc: atmel-mci: abort transfer on timeout error When a software timeout occurs, the transfer is not stopped. In DMA case, it causes DMA channel to be stuck because the transfer is still active causing following transfers to be queued but not computed. Cc: # 3.9+ Signed-off-by: Ludovic Desroches Reported-by: Alexander Morozov Acked-by: Nicolas Ferre Signed-off-by: Chris Ball --- Reading git-diff-tree failed