summaryrefslogtreecommitdiff
path: root/drivers/ata/pata_marvell.c
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2006-11-29 12:10:46 +0900
committerTejun Heo <htejun@gmail.com>2006-12-03 17:56:22 +0900
commitc972b60bf167a3d2c3da23df2af1eac93229e7cc (patch)
treeed41d301755d34313f40521a16cfa53bbc8c5609 /drivers/ata/pata_marvell.c
parent664e8503fee2f299d0f96eaab0f5f8fae8fad325 (diff)
[PATCH] libata: add missing sht->slave_destroy
Add missing sht->slave_destroy. Most drivers received this fix in didn't. Fix those four drives. Signed-off-by: Tejun Heo <htejun@gmail.com>
Diffstat (limited to 'drivers/ata/pata_marvell.c')
-rw-r--r--drivers/ata/pata_marvell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_marvell.c b/drivers/ata/pata_marvell.c
index 25f7a79a8e25..3f53be4607a0 100644
--- a/drivers/ata/pata_marvell.c
+++ b/drivers/ata/pata_marvell.c
@@ -101,6 +101,7 @@ static struct scsi_host_template marvell_sht = {
.proc_name = DRV_NAME,
.dma_boundary = ATA_DMA_BOUNDARY,
.slave_configure = ata_scsi_slave_config,
+ .slave_destroy = ata_scsi_slave_destroy,
/* Use standard CHS mapping rules */
.bios_param = ata_std_bios_param,
.resume = ata_scsi_device_resume,