]> git.proxmox.com Git - mirror_qemu.git/commit
sdhci: Fix misuse of qemu_free_irqs()
authorAndreas Färber <afaerber@suse.de>
Tue, 13 May 2014 09:39:42 +0000 (11:39 +0200)
committerAndreas Färber <afaerber@suse.de>
Mon, 30 Jun 2014 19:13:30 +0000 (21:13 +0200)
commit127a4e1a51c038ec9167083b65d376dddcc64530
tree2428e37da7bb3a03a247130b0ec3edc639fec47a
parentd15ae221eada39949b025d641f82d2c4a2ad8dde
sdhci: Fix misuse of qemu_free_irqs()

It does a g_free() on the pointer, so don't pass a local &foo reference.

Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-stable@nongnu.org
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/sd/sdhci.c