From: Sanjeev Sharma Date: Tue, 12 Aug 2014 06:40:21 +0000 (+0530) Subject: uas: replace WARN_ON_ONCE() with lockdep_assert_held() X-Git-Tag: fixes-for-v3.18-merge-window~16^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab945eff8396bc3329cc97274320e8d2c6585077;p=pandora-kernel.git uas: replace WARN_ON_ONCE() with lockdep_assert_held() on some architecture spin_is_locked() always return false in uniprocessor configuration and therefore it would be advise to replace with lockdep_assert_held(). Signed-off-by: Sanjeev Sharma Acked-by: Hans de Goede Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed