diff options
author | Shawn Lin <[email protected]> | 2018-02-23 10:23:16 +0800 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2018-03-05 13:04:29 +0100 |
commit | ec10ab572e4060f6ef586952196ef80f3b3b7f3b (patch) | |
tree | fb3884e8473ce658d91577ffc2f4d1d83caad896 /scripts/gdb/linux/dmesg.py | |
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 <[email protected]>
Acked-by: Jaehoon Chung <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/dmesg.py')
0 files changed, 0 insertions, 0 deletions