commit | 37f6190d54f4d90b886784fadbb9cf82d5c8b1ef | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Thu Mar 08 23:41:35 2012 -0500 |
committer | Chris Ball <cjb@laptop.org> | Tue Mar 27 12:20:05 2012 -0400 |
tree | 714919e24dd772a225c3915c16d72b5928e9b63f | |
parent | 956d9fd5eb3cbb322440844ed341145707bd71f8 [diff] |
mmc: omap_hsmmc: Fix "Unbalanced pm_runtime_enable!" warning Otherwise we can get following warning when re-loading the omap_hsmmc driver module when gpio_twl4030 module is not loaded: omap_hsmmc omap_hsmmc.0: Unbalanced pm_runtime_enable! omap_hsmmc omap_hsmmc.0: Unable to grab MMC CD IRQ omap_hsmmc: probe of omap_hsmmc.0 failed with error -22 Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Chris Ball <cjb@laptop.org>