diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2018-02-23 10:23:16 +0800 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2018-03-05 13:04:29 +0100 |
commit | ec10ab572e4060f6ef586952196ef80f3b3b7f3b (patch) | |
tree | fb3884e8473ce658d91577ffc2f4d1d83caad896 /drivers/mmc/host/dw_mmc.h | |
parent | 64c1412b77d08df1bc4ddea1187eb8a76df1186c (diff) |
mmc: dw_mmc: Remove prev_state and state assignment for STATE_SENDING_CMD
Clang reports a compile warning:
drivers/mmc/host/dw_mmc.c:2124:5: warning: Value stored to 'prev_state'
is never read
By checking the code, prev_state and state assignment for
STATE_SENDING_CMD is indeed never used after jumping to unlock tag.
So remove it.
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/dw_mmc.h')
0 files changed, 0 insertions, 0 deletions