diff options
Diffstat (limited to 'drivers/scsi/ahci.c')
-rw-r--r-- | drivers/scsi/ahci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c index da5bd33d982d..8b468a628700 100644 --- a/drivers/scsi/ahci.c +++ b/drivers/scsi/ahci.c | |||
@@ -289,6 +289,8 @@ static void ahci_host_stop(struct ata_host_set *host_set) | |||
289 | { | 289 | { |
290 | struct ahci_host_priv *hpriv = host_set->private_data; | 290 | struct ahci_host_priv *hpriv = host_set->private_data; |
291 | kfree(hpriv); | 291 | kfree(hpriv); |
292 | |||
293 | ata_host_stop(host_set); | ||
292 | } | 294 | } |
293 | 295 | ||
294 | static int ahci_port_start(struct ata_port *ap) | 296 | static int ahci_port_start(struct ata_port *ap) |