diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-11-07 09:32:21 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-11-07 09:32:21 +0000 |
commit | e43941318d22795df91682fec6720540ede6ad02 (patch) | |
tree | 79ec2322ea7cf2e5bc242c4fcc4c901003ecba60 /hw/ide/macio.c | |
parent | a01d6ef44622a2baf799a207809d090ca9882468 (diff) | |
download | qemu-e43941318d22795df91682fec6720540ede6ad02.zip |
PPC: remove unneeded calls to device reset
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ide/macio.c')
-rw-r--r-- | hw/ide/macio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ide/macio.c b/hw/ide/macio.c index e02e4993e0..424eb454b7 100644 --- a/hw/ide/macio.c +++ b/hw/ide/macio.c @@ -330,7 +330,6 @@ int pmac_ide_init (DriveInfo **hd_table, qemu_irq irq, pmac_ide_write, d); vmstate_register(0, &vmstate_pmac, d); qemu_register_reset(pmac_ide_reset, d); - pmac_ide_reset(d); return pmac_ide_memory; } |