Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26410
b: refs/heads/master
c: 2c43630
h: refs/heads/master
v: v3
  • Loading branch information
Pat Gefre authored and Linus Torvalds committed May 2, 2006
1 parent d6c6e33 commit 147d4b3
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: 4c28f81193b6778f7b49090930d88e6d12bcb928
refs/heads/master: 2c43630fb0ff3f01c29367248ffa4a851e2c9b34
2 changes: 1 addition & 1 deletion trunk/drivers/sn/ioc3.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ static int ioc3_probe(struct pci_dev *pdev, const struct pci_device_id *pci_id)
/* Track PCI-device specific data */
pci_set_drvdata(pdev, idd);
down_write(&ioc3_devices_rwsem);
list_add(&idd->list, &ioc3_devices);
list_add_tail(&idd->list, &ioc3_devices);
idd->id = ioc3_counter++;
up_write(&ioc3_devices_rwsem);

Expand Down

0 comments on commit 147d4b3

Please sign in to comment.