From: Venkatraman S Date: Tue, 8 May 2012 11:35:33 +0000 (+0530) Subject: mmc: omap: convert to per instance workqueue X-Git-Tag: v3.5-rc1~85^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b01a4f1ce2cde9acd97ce5c06e35bc9c1eacded7;p=pandora-kernel.git mmc: omap: convert to per instance workqueue Currently, a global mmc_omap_wq is created for all instances of omap hosts, which can lead to races and doesn't lend itself to unload the module cleanly. Instead, create per instance workqueue and remove the common workqueue. Signed-off-by: Venkatraman S Acked-by: Balaji T K Signed-off-by: Chris Ball --- Reading git-diff-tree failed