diff options
author | Thomas Petazzoni <[email protected]> | 2014-05-12 16:11:39 +0200 |
---|---|---|
committer | Jason Cooper <[email protected]> | 2014-05-13 14:54:46 +0000 |
commit | 42a18d1cf484d02e23afadfa5dc09356e6bef9fa (patch) | |
tree | d66df8a167a7ffd4ddbbb8f016ae7569bfbb08fa /arch/mips/include/asm/mach-netlogic/multi-node.h | |
parent | 1cc9d48145b81e307fab94a5cf6ee66ec2f0de60 (diff) |
ARM: mvebu: mvebu-soc-id: add missing clk_put() call
The mvebu-soc-id code in mach-mvebu/ needs to enable a clock to read
the SoC device ID and revision number. To do so, it does a clk_get(),
then a clk_prepare_enable(), reads the value, and disables the clock
with clk_disable_unprepare(). However, it forgets to clk_put() the
clock. This commit fixes this issue.
Signed-off-by: Thomas Petazzoni <[email protected]>
Link: https://lkml.kernel.org/r/1399903900-29977-2-git-send-email-thomas.petazzoni@free-electrons.com
Cc: <[email protected]> # 3.14+
Fixes: af8d1c63afcb ("ARM: mvebu: Add support to get the ID and the revision of a SoC")
Acked-by: Gregory CLEMENT <[email protected]>
Tested-by: Gregory CLEMENT <[email protected]>
Tested-by: Andrew Lunn <[email protected]>
Tested-by: Willy Tarreau <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
Diffstat (limited to 'arch/mips/include/asm/mach-netlogic/multi-node.h')
0 files changed, 0 insertions, 0 deletions