via-ide: don't use PCI level for legacy IRQs
commitb93858756982ec76a36d4140765efad5ce0fbd5f
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tue, 24 Mar 2020 21:05:17 +0000 (24 21:05 +0000)
committerJohn Snow <jsnow@redhat.com>
Fri, 27 Mar 2020 18:30:08 +0000 (27 14:30 -0400)
tree02896f6fe3001406938b975f2f5b5729bcdc2258
parentd6ef883d9d79f0f2f84df4c5e4d0d6c5eda79237
via-ide: don't use PCI level for legacy IRQs

The PCI level calculation was accidentally left in when rebasing from a
previous patchset. Since both IRQs are driven separately, the value
being passed into the IRQ handler should be used directly.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-id: 20200324210519.2974-2-mark.cave-ayland@ilande.co.uk
Signed-off-by: John Snow <jsnow@redhat.com>
hw/ide/via.c