Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294788
b: refs/heads/master
c: 63ab387
h: refs/heads/master
v: v3
  • Loading branch information
Myron Stowe authored and Jesse Barnes committed Mar 2, 2012
1 parent 78576f8 commit 5fcb7dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6748dcc269e52925993e0d68447858b41b88b4be
refs/heads/master: 63ab387ca0d1576edef35ef68e4b8ea5e0757b7a
2 changes: 2 additions & 0 deletions trunk/arch/x86/pci/i386.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ static struct pcibios_fwaddrmap *pcibios_fwaddrmap_lookup(struct pci_dev *dev)
{
struct pcibios_fwaddrmap *map;

WARN_ON(!spin_is_locked(&pcibios_fwaddrmap_lock));

list_for_each_entry(map, &pcibios_fwaddrmappings, list)
if (map->dev == dev)
return map;
Expand Down

0 comments on commit 5fcb7dd

Please sign in to comment.