ahci: remove dead reset code
commitf91a0aa3743c8bdf0dc0f646606a3dc8bb2c7df8
authorJohn Snow <jsnow@redhat.com>
Tue, 1 Sep 2015 20:50:38 +0000 (1 16:50 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Sep 2015 14:58:56 +0000 (18 10:58 -0400)
treed8a5529b24b52798bb005bb4df1323e7b7693286
parent9ef2e93f9b1888c7d0deb4a105149138e6ad2e98
ahci: remove dead reset code

This check is dead due to an earlier conditional.
AHCI does not currently support hotplugging, so
checks to see if devices are present or not are useless.

Remove it.

Reported-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1441140641-17631-2-git-send-email-jsnow@redhat.com
hw/ide/ahci.c