Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155229
b: refs/heads/master
c: b0a5b83
h: refs/heads/master
i:
  155227: 3f30527
v: v3
  • Loading branch information
Ingo Molnar authored and Joerg Roedel committed Jun 17, 2009
1 parent e544c72 commit 091cc75
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: c79ee4e466dd12347f112e2af306dca35198458f
refs/heads/master: b0a5b83ee0fce9dbf8ff5fe1f8c9ae7dfafe458c
2 changes: 1 addition & 1 deletion trunk/lib/dma-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ void dma_debug_init(u32 num_entries)

for (i = 0; i < HASH_SIZE; ++i) {
INIT_LIST_HEAD(&dma_entry_hash[i].list);
dma_entry_hash[i].lock = SPIN_LOCK_UNLOCKED;
spin_lock_init(&dma_entry_hash[i].lock);
}

if (dma_debug_fs_init() != 0) {
Expand Down

0 comments on commit 091cc75

Please sign in to comment.