summaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon/Kconfig
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2013-01-03 09:34:20 +0000
committerRalf Baechle <ralf@linux-mips.org>2013-02-15 23:07:37 +0100
commit42913c7992e9aca4deded016a05f6654e9b0807b (patch)
tree1b13a30e8fb606e8040df5756f91ba3288b622a9 /arch/mips/cavium-octeon/Kconfig
parent0f3a05cb43e731b8cf861dee30e7e4bddd6c5ccc (diff)
downloadop-kernel-dev-42913c7992e9aca4deded016a05f6654e9b0807b.zip
op-kernel-dev-42913c7992e9aca4deded016a05f6654e9b0807b.tar.gz
MIPS: Loongson2: Use clk API instead of direct dereferences
A struct clk value is intended to be an abstract pointer, so it should be manipulated using the various API functions. clk_put is additionally added on the failure paths. The semantic match that finds the first problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression e,e1; identifier i; @@ *e = clk_get(...) ... when != e = e1 when any *e->i // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Cc: kernel-janitors@vger.kernel.org Cc: linux-mips@linux-mips.org, Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/4751/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cavium-octeon/Kconfig')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud