diff options
Diffstat (limited to 'drivers/ipack/carriers/tpci200.c')
-rw-r--r-- | drivers/ipack/carriers/tpci200.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ipack/carriers/tpci200.c b/drivers/ipack/carriers/tpci200.c index de5e32151a1e..9b23843dcad4 100644 --- a/drivers/ipack/carriers/tpci200.c +++ b/drivers/ipack/carriers/tpci200.c | |||
@@ -572,7 +572,8 @@ static int tpci200_pci_probe(struct pci_dev *pdev, | |||
572 | /* Register the carrier in the industry pack bus driver */ | 572 | /* Register the carrier in the industry pack bus driver */ |
573 | tpci200->info->ipack_bus = ipack_bus_register(&pdev->dev, | 573 | tpci200->info->ipack_bus = ipack_bus_register(&pdev->dev, |
574 | TPCI200_NB_SLOT, | 574 | TPCI200_NB_SLOT, |
575 | &tpci200_bus_ops); | 575 | &tpci200_bus_ops, |
576 | THIS_MODULE); | ||
576 | if (!tpci200->info->ipack_bus) { | 577 | if (!tpci200->info->ipack_bus) { |
577 | dev_err(&pdev->dev, | 578 | dev_err(&pdev->dev, |
578 | "error registering the carrier on ipack driver\n"); | 579 | "error registering the carrier on ipack driver\n"); |