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)
commit200d7db76e589823c9dcbf6b88aee48cf2aaf195
tree6fec070b8d5ae58c55b6500f5a4665d03dc3d542
parent2561cc15e3816e4323f9e79a6890bff94c0bbec2
smsc: replace WARN_ON() with WARN_ON_SMP()

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>
drivers/net/ethernet/smsc/smsc911x.h