PM / AVS: SmartReflex: disable runtime PM on driver remove
authorAndrii Tseglytskyi <andrii.tseglytskyi@ti.com>
Thu, 30 May 2013 10:08:35 +0000 (13:08 +0300)
committerKevin Hilman <khilman@linaro.org>
Mon, 10 Jun 2013 17:35:17 +0000 (10:35 -0700)
Runtime PM should be disabled for device on driver remove,
otherwise runtime PM will be not balanced, and this will cause
an error message, on next driver probe.

Signed-off-by: Andrii Tseglytskyi <andrii.tseglytskyi@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>

No differences found