From: Thomas Graf Date: Wed, 30 Jul 2014 00:31:08 +0000 (+0200) Subject: net: Remove unlikely() for WARN_ON() conditions X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80019d310f9fb4f8c9eeda0a5d76144ad3132fdf;p=pandora-kernel.git net: Remove unlikely() for WARN_ON() conditions No need for the unlikely(), WARN_ON() and BUG_ON() internally use unlikely() on the condition. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed