]> 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)
commitb8c7d8c01631d508e4c5dd7c826b0612f07f9afb
tree3b3cc472ec46aa60dc80c264ed155cba585e4970
parent6d6d0fa03398c892afd308b817e5995893d3dcc4
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