clk: s/clk/core/ for struct clk_core
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 30 Apr 2015 20:54:13 +0000 (13:54 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 30 Apr 2015 23:28:24 +0000 (16:28 -0700)
commitd6968fca789700afd723347d9d583795b19224b8
tree05d1b964b0407c8a72d58eaa5983300d5faf0d93
parentb787f68c36d49bb1d9236f403813641efa74a031
clk: s/clk/core/ for struct clk_core

While introducing struct clk_core we tried to minimize the diff
by changing the type of 'clk' variables from struct clk to struct
clk_core without changing the names of the variables. Now that
the split is complete, the code is slightly confusing when it
mixes variables called 'clk' and variables called 'core' that are
of the same type struct clk_core. Let's be consistent and use
'core' everywhere we have a struct clk_core pointer and 'clk'
when we have a struct clk pointer.

Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c
This page took 0.027969 seconds and 5 git commands to generate.