From: Aaro Koskinen Date: Fri, 20 Feb 2009 14:13:54 +0000 (+0000) Subject: twl4030-madc: Convert ioctl to unlocked X-Git-Tag: v2.6.29-omap1~64 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=172195de53c497b4650a24d13d285b9c1c3bcb3f;p=pandora-kernel.git twl4030-madc: Convert ioctl to unlocked Use unlocked ioctl instead of taking the BKL for an operation that can take some milliseconds. The driver mutex is now taken before the active status check, so that the concurrent users of this ioctl won't start seeing EBUSY (previously guaranteed by the BKL). Signed-off-by: Aaro Koskinen Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed