From: Jarkko Lavinen Date: Wed, 26 Mar 2008 20:09:42 +0000 (-0400) Subject: MMC: OMAP: Use tasklet instead of workqueue for cover switch notification X-Git-Tag: v2.6.26-rc1~1112^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7584d276d47a55afaeb614ed16cf306cbe2d6117;p=pandora-kernel.git MMC: OMAP: Use tasklet instead of workqueue for cover switch notification The cover waitqueue is occasionally scheduled twice from timer and the interrupt and oops follows. It would have been possible to fix this problem with spinlocks but using tasklet was a dropin solution with no need for locking. This path also adds some cleanups. Signed-off-by: Jarkko Lavinen Signed-off-by: Hiroshi DOYU Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed