OSDN Git Service

mmc: cmdq_hci: Fix timing and response type for busy commands
authorSahitya Tummala <stummala@codeaurora.org>
Fri, 29 May 2015 07:57:38 +0000 (13:27 +0530)
committerSubhash Jadavani <subhashj@codeaurora.org>
Tue, 31 May 2016 22:26:35 +0000 (15:26 -0700)
commit1c6a2272ff8b20a4b342580eeac056dfd6f52b84
treec7eadf87eacc76d7af584ea07fc8e1f41434b723
parentb099847e11f8229b68c307bae6198f65ca556973
mmc: cmdq_hci: Fix timing and response type for busy commands

The response type and command timing for busy commands are
set incorrectly due to wrong cmd->flags check. Correct this
to check for MMC_RSP_BUSY flag.

Change-Id: I4498c302914a81bf19f61d20b30bd4426e21d3d0
Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
drivers/mmc/host/cmdq_hci.c