aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/setup-pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/setup-pci.c')
-rw-r--r--drivers/ide/setup-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/setup-pci.c b/drivers/ide/setup-pci.c
index d9655aeb013b..a8e9e8a69a52 100644
--- a/drivers/ide/setup-pci.c
+++ b/drivers/ide/setup-pci.c
@@ -515,7 +515,7 @@ static int do_ide_setup_pci_device(struct pci_dev *dev,
515 * space, place chipset into init-mode, and/or preserve 515 * space, place chipset into init-mode, and/or preserve
516 * an interrupt if the card is not native ide support. 516 * an interrupt if the card is not native ide support.
517 */ 517 */
518 ret = d->init_chipset ? d->init_chipset(dev, d->name) : 0; 518 ret = d->init_chipset ? d->init_chipset(dev) : 0;
519 if (ret < 0) 519 if (ret < 0)
520 goto out; 520 goto out;
521 521