diff options
Diffstat (limited to 'drivers/scsi/ata_piix.c')
-rw-r--r-- | drivers/scsi/ata_piix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c index 5e8afc876980..40ecab5793e3 100644 --- a/drivers/scsi/ata_piix.c +++ b/drivers/scsi/ata_piix.c | |||
@@ -932,8 +932,6 @@ static int piix_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) | |||
932 | 932 | ||
933 | static void piix_host_stop(struct ata_host_set *host_set) | 933 | static void piix_host_stop(struct ata_host_set *host_set) |
934 | { | 934 | { |
935 | if (host_set->next == NULL) | ||
936 | kfree(host_set->private_data); | ||
937 | ata_host_stop(host_set); | 935 | ata_host_stop(host_set); |
938 | } | 936 | } |
939 | 937 | ||