From 0031b3094ce5132c3cd2dc5f45bcb3734885c884 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Tue, 17 Jul 2007 04:03:56 -0700 Subject: [PATCH] --- yaml --- r: 60774 b: refs/heads/master c: 2a41de48b81e61fbe260ae5031ebcb6f935f35fb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-generic/bug.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f5d7fe8e4200..5313b5fb610a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 13c22168b7276dffe49dc66675d5a78f6d288e0d +refs/heads/master: 2a41de48b81e61fbe260ae5031ebcb6f935f35fb diff --git a/trunk/include/asm-generic/bug.h b/trunk/include/asm-generic/bug.h index 7f30cce52857..344e3091af24 100644 --- a/trunk/include/asm-generic/bug.h +++ b/trunk/include/asm-generic/bug.h @@ -28,7 +28,7 @@ struct bug_entry { #endif #ifndef HAVE_ARCH_BUG_ON -#define BUG_ON(condition) do { if (unlikely((condition)!=0)) BUG(); } while(0) +#define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while(0) #endif #ifndef HAVE_ARCH_WARN_ON