Peter Maydell <peter.mayd...@linaro.org> writes: > 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 <peter.mayd...@linaro.org> > --- > A minor cleanup that was lurking in the omap3 tree (where it's > used to allow SD card controllers to reset the card, which is > something I haven't yet figured out the legitimacy of...)
Reviewed-by: Markus Armbruster <arm...@redhat.com>