OSDN Git Service

sii3112: Remove unneeded exit function
authorBALATON Zoltan <balaton@eik.bme.hu>
Tue, 6 Mar 2018 23:15:15 +0000 (00:15 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sun, 18 Mar 2018 07:27:23 +0000 (18:27 +1100)
commitd0f17aba759ba6a969d811db3f4f509e36467bcd
treec1bd136668be698c525cbf28500038d3f51a99d2
parente1e44a9916b4318e943aecd669e096222cb3eaeb
sii3112: Remove unneeded exit function

An exit function was mistakenly left here but it's not needed because
the PCI bars are organised differently in this device. Calling this
exit function during device_del was causing an abort with
memory_region_del_subregion: `Assertion subregion->container == mr' failed.

Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ide/sii3112.c