]> git.ipfire.org Git - thirdparty/qemu.git/commit - hw/sd/sdhci.c
sd/sdhci.c: Fix bdata_read DPRINT message
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Mon, 3 Jun 2013 16:17:45 +0000 (17:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 3 Jun 2013 16:17:45 +0000 (17:17 +0100)
commit677ff2ae660b3a55f936a8836513cbab185f6e4f
treeaa06214767fe91f4d7e03ede95ace29c64530b4a
parentdcdb4cd8507d93ecad10ae54b28d9609453c0312
sd/sdhci.c: Fix bdata_read DPRINT message

This message was printing out the data in decimal only, which is not
very friendly to the debugging developer. Add hex variant in
parenthesis to make it consistent with other similar messages in this
module.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Igor Mitsyanko <i.mitsyanko@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: d624179649137832eaa8caa263ef9589b4395d5e.1369370934.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/sd/sdhci.c