hw/sd.c: Handle CRC and locked-card errors in normal code path
commitb1f517ed4311da719d7584d1be36a4f21127b0f1
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 18 Dec 2011 20:37:56 +0000 (18 21:37 +0100)
committerAndrzej Zaborowski <andrew.zaborowski@intel.com>
Wed, 21 Dec 2011 04:01:35 +0000 (21 05:01 +0100)
tree3a5b61eca1c5884ee3845bea37335aaf35657465
parent53bb8cc4855827f2981bf0566076233573a05bd7
hw/sd.c: Handle CRC and locked-card errors in normal code path

Handle returning CRC and locked-card errors in the same code path
we use for other responses. This makes no difference in behaviour
but means that these error responses will be printed by the debug
logging code.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
hw/sd.c