X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=lib%2Fdma-debug.c;h=fcb65d2a0b947e85e335599229bd3a44a1c425d7;hb=9bbd4b9f38f56b4ee2c8ff268a1104ff38333e90;hp=dace71fe41f707457468ec1ca3f8d94f756313a8;hpb=c706c7eb0d08098f0d768aeef945d7cf1f8858b4;p=linux-2.6-block.git 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); static DEFINE_SPINLOCK(free_entries_lock); /* Global disable flag - will be set in case of an error */ -static u32 global_disable __read_mostly; +static bool global_disable __read_mostly; /* Early initialization disable flag, set at the end of dma_debug_init */ static bool dma_debug_initialized __read_mostly;