diff options
Diffstat (limited to 'lib/dma-debug.c')
| -rw-r--r-- | lib/dma-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dma-debug.c b/lib/dma-debug.c index dace71fe41f7..fcb65d2a0b94 100644 --- a/lib/dma-debug.c +++ b/lib/dma-debug.c | |||
| @@ -100,7 +100,7 @@ static LIST_HEAD(free_entries); | |||
| 100 | static DEFINE_SPINLOCK(free_entries_lock); | 100 | static DEFINE_SPINLOCK(free_entries_lock); |
| 101 | 101 | ||
| 102 | /* Global disable flag - will be set in case of an error */ | 102 | /* Global disable flag - will be set in case of an error */ |
| 103 | static u32 global_disable __read_mostly; | 103 | static bool global_disable __read_mostly; |
| 104 | 104 | ||
| 105 | /* Early initialization disable flag, set at the end of dma_debug_init */ | 105 | /* Early initialization disable flag, set at the end of dma_debug_init */ |
| 106 | static bool dma_debug_initialized __read_mostly; | 106 | static bool dma_debug_initialized __read_mostly; |
