commit | b01a4f1ce2cde9acd97ce5c06e35bc9c1eacded7 | [log] [tgz] |
---|---|---|
author | Venkatraman S <svenkatr@ti.com> | Tue May 08 17:05:33 2012 +0530 |
committer | Chris Ball <cjb@laptop.org> | Thu May 17 08:25:41 2012 -0400 |
tree | f08a976d181d0c47d3ae16028e6ef09081700ecb | |
parent | f6f44590f231cdf914ce740f3a53a6b815bf4767 [diff] |
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 <svenkatr@ti.com> Acked-by: Balaji T K <balajitk@ti.com> Signed-off-by: Chris Ball <cjb@laptop.org>