]> asedeno.scripts.mit.edu Git - linux.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)
commitd8edf5280c455826a87b4e1837cd8f06bb457807
tree3b3cc472ec46aa60dc80c264ed155cba585e4970
parentbf83b96f87ae2abb1e535306ea53608e8de5dfbb
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