ahci: free irqs array
commit94c8340d93793adbaf87abbfc6f519b5b6935020
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 14 Jul 2016 16:03:40 +0000 (14 18:03 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Aug 2016 19:25:31 +0000 (9 14:25 -0500)
tree289770b30cb4dc0d16557e26d87d6374289989ee
parent3d34297e9c91c336af1f93e2b155770501241811
ahci: free irqs array

Each irq is referenced by the IDEBus in ide_init2(), thus we can free
the no longer used array.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Acked-by: John Snow <jsnow@redhat.com>
(cherry picked from commit 9d324b0e67c2b570df389c1361f591b95a4e4278)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/ide/ahci.c