git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16eecd9
)
net: Remove unlikely() for WARN_ON() conditions
author
Thomas Graf
<tgraf@suug.ch>
Wed, 30 Jul 2014 00:31:08 +0000
(
02:31
+0200)
committer
David S. Miller
<davem@davemloft.net>
Thu, 31 Jul 2014 00:41:47 +0000
(17:41 -0700)
No need for the unlikely(), WARN_ON() and BUG_ON() internally use
unlikely() on the condition.
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found