From: Sanjeev Sharma Date: Mon, 11 Aug 2014 08:16:23 +0000 (+0530) Subject: smsc: replace WARN_ON() with WARN_ON_SMP() X-Git-Tag: cleanup-for-v3.18~35^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=200d7db76e589823c9dcbf6b88aee48cf2aaf195;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed