]> git.proxmox.com Git - qemu.git/commit
xilinx_spips: Set unused IRQs to NULL
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Fri, 15 Mar 2013 16:41:58 +0000 (16:41 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Mar 2013 16:41:58 +0000 (16:41 +0000)
commit2790cd911e563f7fec7eeb7856b7f5f54437cc0a
treeedf8de7a202eb6ba2c7498be07f6f7a1fa27603b
parent7451afb67136275f2461f2d23139f2abed1f15b3
xilinx_spips: Set unused IRQs to NULL

Unused CS lines should init to 0 to avoid segfaulting when accessing an
unattached QSPI controller.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: c1e45198032106e69e8fe9339fc2e6348d524fcd.1362373359.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/xilinx_spips.c