smsc: replace WARN_ON() with WARN_ON_SMP()
authorSanjeev Sharma <sanjeev_sharma@mentor.com>
Mon, 11 Aug 2014 08:16:23 +0000 (13:46 +0530)
committerDavid 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