[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090310102355.GB2248@x200.localdomain>
Date: Tue, 10 Mar 2009 13:23:55 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: Stoyan Gaydarov <stoyboyker@...il.com>
Cc: linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH 03/25] [net] BUG to BUG_ON changes
On Tue, Mar 10, 2009 at 12:10:28AM -0500, Stoyan Gaydarov wrote:
> --- a/drivers/net/pppol2tp.c
> +++ b/drivers/net/pppol2tp.c
> @@ -1222,8 +1222,7 @@ static void pppol2tp_tunnel_closeall(struct pppol2tp_tunnel *tunnel)
> struct pppol2tp_session *session;
> struct sock *sk;
>
> - if (tunnel == NULL)
> - BUG();
> + BUG_ON(tunnel == NULL);
NAK, should be deleted, and kernel will oops anyway.
> PRINTK(tunnel->debug, PPPOL2TP_MSG_CONTROL, KERN_INFO,
> "%s: closing all sessions...\n", tunnel->name);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists