From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: Remove unlikely() for WARN_ON() conditions Date: Wed, 30 Jul 2014 17:42:06 -0700 (PDT) Message-ID: <20140730.174206.1759327100199128334.davem@davemloft.net> References: <3d85d9264cad5d116792e896149e41e5f14678ce.1406680126.git.tgraf@suug.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-yBygre7rU0TnMu66kgdUjQ@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: tgraf-G/eBtMaohhA@public.gmane.org Return-path: In-Reply-To: <3d85d9264cad5d116792e896149e41e5f14678ce.1406680126.git.tgraf-G/eBtMaohhA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org Sender: "dev" List-Id: netdev.vger.kernel.org From: Thomas Graf Date: Wed, 30 Jul 2014 02:31:08 +0200 > No need for the unlikely(), WARN_ON() and BUG_ON() internally use > unlikely() on the condition. > > Signed-off-by: Thomas Graf Applied, thanks.