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:
2561cc1
)
smsc: replace WARN_ON() with WARN_ON_SMP()
author
Sanjeev Sharma
<sanjeev_sharma@mentor.com>
Mon, 11 Aug 2014 08:16:23 +0000
(13:46 +0530)
committer
David S. Miller
<davem@davemloft.net>
Mon, 11 Aug 2014 21:38:29 +0000
(14:38 -0700)
spin_is_locked() always return false in uniprocessor configuration and therefore it
would be advise to repalce with WARN_ON_SMP().
Signed-off-by: Sanjeev Sharma <Sanjeev_Sharma@mentor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found