Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311737
b: refs/heads/master
c: 68ee6d2
h: refs/heads/master
i:
  311735: db1cc27
v: v3
  • Loading branch information
Dan Carpenter authored and Joerg Roedel committed Jul 2, 2012
1 parent 580bd30 commit ce37260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8f53dc724a83a0082184fa27df80c25c7df47340
refs/heads/master: 68ee6d22376411f8ec668413f1b632a34192a807
4 changes: 2 additions & 2 deletions trunk/lib/dma-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static LIST_HEAD(free_entries);
static DEFINE_SPINLOCK(free_entries_lock);

/* Global disable flag - will be set in case of an error */
static bool global_disable __read_mostly;
static u32 global_disable __read_mostly;

/* Global error count */
static u32 error_count;
Expand Down Expand Up @@ -657,7 +657,7 @@ static int dma_debug_fs_init(void)

global_disable_dent = debugfs_create_bool("disabled", 0444,
dma_debug_dent,
(u32 *)&global_disable);
&global_disable);
if (!global_disable_dent)
goto out_err;

Expand Down

0 comments on commit ce37260

Please sign in to comment.