From f3cd385a9c95e1ea90e886448ab1e83ee2fc7e51 Mon Sep 17 00:00:00 2001 From: Sakari Ailus Date: Mon, 3 May 2010 12:42:46 -0300 Subject: [PATCH] V4L/DVB: V4L: Events: Replace bad WARN_ON() with assert_spin_locked() spin_is_locked() always returns zero when spinlock debugging is disabled on a single CPU machine. Replace WARN_ON() with assert_spin_locked(). Thanks to Laurent Pinchart for spotting this! Signed-off-by: Sakari Ailus Acked-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed