diff options
author | Christophe JAILLET <[email protected]> | 2020-02-28 22:38:38 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-03-02 15:03:19 +0000 |
commit | 51bddd4501bc414b8b1e8f4d096b4a5304068169 (patch) | |
tree | 04a677075262074c4f491cec15c9244e4c033804 /tools/perf/scripts/python/stackcollapse.py | |
parent | 8e093ea4d3593379be46b845b9e823179558047e (diff) |
spi: bcm63xx-hsspi: Really keep pll clk enabled
The purpose of commit 0fd85869c2a9 ("spi/bcm63xx-hsspi: keep pll clk enabled")
was to keep the pll clk enabled through the lifetime of the device.
In order to do that, some 'clk_prepare_enable()'/'clk_disable_unprepare()'
calls have been added in the error handling path of the probe function, in
the remove function and in the suspend and resume functions.
However, a 'clk_disable_unprepare()' call has been unfortunately left in
the probe function. So the commit seems to be more or less a no-op.
Axe it now, so that the pll clk is left enabled through the lifetime of
the device, as described in the commit.
Fixes: 0fd85869c2a9 ("spi/bcm63xx-hsspi: keep pll clk enabled")
Signed-off-by: Christophe JAILLET <[email protected]>
Acked-by: Jonas Gorski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions