commit | 4cbd52246533d1dc6449ef8278e95e5e0944a1e5 | [log] [tgz] |
---|---|---|
author | Kouichi Tomita <kouichi.tomita.yn@renesas.com> | Sun Feb 15 23:46:47 2015 +0900 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Mar 23 14:13:43 2015 +0100 |
tree | a39b28d9c9521da3fdeafd758f4df9f735387582 | |
parent | daa3054f5772b14dd073a2b95fd0353faec0fcc5 [diff] |
mmc: sh_mmcif: Move dev_err() of mmcif_timeout_work() If interruption of command already occurred, mrq pointer in dev_err() would refer to NULL, because the host-state is changed to STATE_IDLE and mrq pointer is changed to NULL by interrupt handler. Therefore dev_err is moved after checking STATE_IDLE. Signed-off-by: Kouichi Tomita <kouichi.tomita.yn@renesas.com> Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>