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