Re: [PATCH] mmc: omap_hsmmc: Fix Unbalanced pm_runtime_enable warning
From: Kevin Hilman <hidden>
Date: 2012-03-08 18:32:05
Also in:
linux-arm-kernel, linux-omap
From: Kevin Hilman <hidden>
Date: 2012-03-08 18:32:05
Also in:
linux-arm-kernel, linux-omap
Chris, On 03/05/2012 04:09 PM, Kevin Hilman wrote:
Tony Lindgren[off-list ref] writes:quoted
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> --- Kevin, maybe take a look and see if this is correct and fits into your PM branches?Looks right to me: Acked-by: Kevin Hilman<redacted> But this is a fix to the driver itself, so Chris should queue this in mmc-next. Chris, can you take this one?
just checking on this to be sure it can make it for v3.4. Kevin