From ab945eff8396bc3329cc97274320e8d2c6585077 Mon Sep 17 00:00:00 2001 From: Sanjeev Sharma Date: Tue, 12 Aug 2014 12:10:21 +0530 Subject: [PATCH] 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-format-patch failed