]> git.baikalelectronics.ru Git - kernel.git/commit
clk: tegra: clk-dfll: Remove call to pm_runtime_irq_safe()
authorSowjanya Komatineni <skomatineni@nvidia.com>
Tue, 12 Nov 2019 16:17:06 +0000 (08:17 -0800)
committerThierry Reding <treding@nvidia.com>
Fri, 10 Jan 2020 14:39:03 +0000 (15:39 +0100)
commit4ea6eb661049531d0ee59d0624d58bfa105e3ed0
tree3b3cc472ec46aa60dc80c264ed155cba585e4970
parentf51bdd0d3925dcb65f299b2322a6a40ba7b9927a
clk: tegra: clk-dfll: Remove call to pm_runtime_irq_safe()

pm_runtime_irq_safe() is not needed as interrupts are allowed during
suspend and resume. This was added mistakenly during DFLL suspend and
resume support patch.

While at it, also update the description of the dev argument that is
passed to the tegra_dfll_suspend() function.

Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com>
Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/clk/tegra/clk-dfll.c