From: Jarkko Lavinen Date: Fri, 28 Dec 2007 20:38:09 +0000 (-0400) Subject: MMC: OMAP: Use tasklet instead of workqueue for cover switch notification X-Git-Tag: v2.6.24-omap1~47 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf1dac3ddf0d7c40b51bf4b6ca1c9a04d54b8b4;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 sloution with no need for locking. This path also adds some cleanups. Signed-off-by: Jarkko Lavinen Signed-off-by: Hiroshi DOYU Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed