Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38950
b: refs/heads/master
c: 02a0fa6
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and James Bottomley committed Oct 1, 2006
1 parent 8288161 commit b052a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8350a348e97c2f8aa3e91c025c0e040c90146414
refs/heads/master: 02a0fa676cd453ce4254c2eee838307ffc5c37f4
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ips.c
Original file line number Diff line number Diff line change
Expand Up @@ -7078,7 +7078,7 @@ ips_remove_device(struct pci_dev *pci_dev)
static int __init
ips_module_init(void)
{
if (pci_module_init(&ips_pci_driver) < 0)
if (pci_register_driver(&ips_pci_driver) < 0)
return -ENODEV;
ips_driver_template.module = THIS_MODULE;
ips_order_controllers();
Expand Down

0 comments on commit b052a8e

Please sign in to comment.