Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81131
b: refs/heads/master
c: 6c6199c
h: refs/heads/master
i:
  81129: 199f3d9
  81127: 14ded0b
v: v3
  • Loading branch information
Li Zefan authored and Paul Mackerras committed Dec 20, 2007
1 parent 1984d34 commit 78dc1ae
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: 9ac71d00398674aaec664f30559f0a21d963862f
refs/heads/master: 6c6199c1551b7acd4f7898f073b40ae565d3b834
2 changes: 1 addition & 1 deletion trunk/arch/ppc/syslib/ocp.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ ocp_remove_one_device(unsigned int vendor, unsigned int function, int index)

down_write(&ocp_devices_sem);
dev = __ocp_find_device(vendor, function, index);
list_del((struct list_head *)dev);
list_del(&dev->link);
up_write(&ocp_devices_sem);

DBG(("ocp: ocp_remove_one_device(vendor: %x, function: %x, index: %d)... done.\n", vendor, function, index));
Expand Down

0 comments on commit 78dc1ae

Please sign in to comment.