[PATCH 1/4] net: davinci_mdio: Fix typo mistake in calling runtime-pm api
Peter Korsgaard
jacmet at sunsite.dk
Tue Oct 30 17:33:53 EDT 2012
>>>>> "Vaibhav" == Vaibhav Hiremath <hvaibhav at ti.com> writes:
Vaibhav> By mistake (most likely a copy-paste), instead of pm_runtime_get_sync()
Vaibhav> api, driver is calling pm_runtime_put_sync() api in resume callback
Vaibhav> function. The bug was introduced by commit id (ae2c07aaf74:
Vaibhav> davinci_mdio: runtime PM support).
Vaibhav> Now, the reason why it didn't impact functionality is, the patch has
Vaibhav> been tested on AM335x-EVM and BeagleBone platform while submitting;
Vaibhav> and in case of AM335x the MDIO driver doesn't control the module
Vaibhav> enable/disable part, which is handled by CPSW driver.
Vaibhav> Signed-off-by: Vaibhav Hiremath <hvaibhav at ti.com>
Vaibhav> Cc: Mugunthan V N <mugunthanvnm at ti.com>
Vaibhav> Cc: Richard Cochran <richardcochran at gmail.com>
Acked-by: Peter Korsgaard <jacmet at sunsite.dk>
--
Bye, Peter Korsgaard
More information about the linux-arm-kernel
mailing list