]> Git Repo - qemu.git/commit
hw/sd: Don't pass BlockBackend to sd_reset()
authorPeter Maydell <[email protected]>
Tue, 12 May 2015 10:57:16 +0000 (11:57 +0100)
committerPeter Maydell <[email protected]>
Tue, 12 May 2015 10:57:16 +0000 (11:57 +0100)
commit16b781aaef69c90d5f4f5456615f0c26a4f45740
tree7bede3a5f186b0c99b6a2a7750c09ad29f085b86
parent165cdaf857dc850f676fff0b5b873a51865baa9c
hw/sd: Don't pass BlockBackend to sd_reset()

The only valid BlockBackend to pass to sd_reset() is the one for
the SD card, which is sd->blk. Drop the second argument from this
function in favour of having it just use sd->blk.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Message-id: 1430683444[email protected]
hw/sd/sd.c
This page took 0.025125 seconds and 4 git commands to generate.