ahci: free irqs array
commit9d324b0e67c2b570df389c1361f591b95a4e4278
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 14 Jul 2016 16:03:40 +0000 (14 18:03 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Sun, 7 Aug 2016 20:00:20 +0000 (8 00:00 +0400)
tree7205da3847d89fc7bd70c45b26801d224f842191
parent1371a3693650c4cf5f12bc103a8c0dae83e6de15
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>
hw/ide/ahci.c