Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755814AbZCJTyu (ORCPT ); Tue, 10 Mar 2009 15:54:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754480AbZCJTyi (ORCPT ); Tue, 10 Mar 2009 15:54:38 -0400 Received: from mga09.intel.com ([134.134.136.24]:29717 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753097AbZCJTyh convert rfc822-to-8bit (ORCPT ); Tue, 10 Mar 2009 15:54:37 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.38,337,1233561600"; d="scan'208";a="496688615" From: "Brandeburg, Jesse" To: Stoyan Gaydarov , "linux-kernel@vger.kernel.org" CC: "netdev@vger.kernel.org" Date: Tue, 10 Mar 2009 12:54:33 -0700 Subject: RE: [PATCH 03/25] [net] BUG to BUG_ON changes Thread-Topic: [PATCH 03/25] [net] BUG to BUG_ON changes Thread-Index: AcmhPucW/8gZlShnSBeIS6J0AdEZ/wAergfA Message-ID: References: <1236661850-8237-1-git-send-email-stoyboyker@gmail.com> <1236661850-8237-2-git-send-email-stoyboyker@gmail.com> <1236661850-8237-3-git-send-email-stoyboyker@gmail.com> <1236661850-8237-4-git-send-email-stoyboyker@gmail.com> In-Reply-To: <1236661850-8237-4-git-send-email-stoyboyker@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1110 Lines: 33 Stoyan Gaydarov wrote: > Signed-off-by: Stoyan Gaydarov > --- > drivers/net/atl1e/atl1e_main.c | 3 +-- > drivers/net/chelsio/sge.c | 3 +-- > drivers/net/ixgb/ixgb_osdep.h | 2 +- > drivers/net/pppol2tp.c | 3 +-- > drivers/net/wireless/ath9k/core.h | 6 +----- > 5 files changed, 5 insertions(+), 12 deletions(-) > > diff --git a/drivers/net/ixgb/ixgb_osdep.h > b/drivers/net/ixgb/ixgb_osdep.h > index d92e72b..371a6be 100644 > --- a/drivers/net/ixgb/ixgb_osdep.h > +++ b/drivers/net/ixgb/ixgb_osdep.h > @@ -40,7 +40,7 @@ > #include > > #undef ASSERT > -#define ASSERT(x) if (!(x)) BUG() > +#define ASSERT(x) BUG_ON(!(x)) > #define MSGOUT(S, A, B) printk(KERN_DEBUG S "\n", A, B) > > #ifdef DBG ack the ixgb portion Acked-by: Jesse Brandeburg -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/