SDMMC: guarantee stop-abort cmd in data errors
authorxbw <xbw@rock-chips.com>
Wed, 5 Mar 2014 05:55:14 +0000 (13:55 +0800)
committerxbw <xbw@rock-chips.com>
Wed, 5 Mar 2014 05:55:14 +0000 (13:55 +0800)
commitc45ce1745793353b18244f1e43cf1cdefae78caf
treeb480b7c03379817ca00bf8b54bf30e7af934dae8
parent4f2e68c8379793c599422715d3ef45aafecbf0b1
SDMMC: guarantee stop-abort cmd in data errors
In error cases, DTO interrupt may or may not be generated depending
    on remained data. Stop/Abort command ensures DTO generation for that
    situation. Currently if 'stop' field of data is empty, there is no
    stop/abort command. So, it could hang waiting DTO. This change
    reinforces these cases.
drivers/mmc/host/rk_sdmmc.c