diff options
Diffstat (limited to 'drivers/ata/pata_triflex.c')
-rw-r--r-- | drivers/ata/pata_triflex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_triflex.c b/drivers/ata/pata_triflex.c index 86dc66c37389..f07b0e5df222 100644 --- a/drivers/ata/pata_triflex.c +++ b/drivers/ata/pata_triflex.c | |||
@@ -206,7 +206,7 @@ static int triflex_init_one(struct pci_dev *dev, const struct pci_device_id *id) | |||
206 | if (!printed_version++) | 206 | if (!printed_version++) |
207 | dev_printk(KERN_DEBUG, &dev->dev, "version " DRV_VERSION "\n"); | 207 | dev_printk(KERN_DEBUG, &dev->dev, "version " DRV_VERSION "\n"); |
208 | 208 | ||
209 | return ata_pci_init_one(dev, ppi, &triflex_sht); | 209 | return ata_pci_init_one(dev, ppi, &triflex_sht, NULL); |
210 | } | 210 | } |
211 | 211 | ||
212 | static const struct pci_device_id triflex[] = { | 212 | static const struct pci_device_id triflex[] = { |