Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2160
b: refs/heads/master
c: c83d994
h: refs/heads/master
v: v3
  • Loading branch information
Mika Kukkonen authored and Linus Torvalds committed Jun 18, 2005
1 parent e7fd1cc commit c85e4de
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: 0e396ee43e445cb7c215a98da4e76d0ce354d9d7
refs/heads/master: c83d9945c05570ba6b8ec5460c99d1ab7c6e6671
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pci-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ int pci_register_driver(struct pci_driver *drv)
/* FIXME, once all of the existing PCI drivers have been fixed to set
* the pci shutdown function, this test can go away. */
if (!drv->driver.shutdown)
drv->driver.shutdown = pci_device_shutdown,
drv->driver.shutdown = pci_device_shutdown;
drv->driver.owner = drv->owner;
drv->driver.kobj.ktype = &pci_driver_kobj_type;
pci_init_dynids(&drv->dynids);
Expand Down

0 comments on commit c85e4de

Please sign in to comment.