]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: Clean up suspend/resume coding style
authorStephen Boyd <sboyd@kernel.org>
Thu, 11 Oct 2018 16:28:13 +0000 (09:28 -0700)
committerStephen Boyd <sboyd@kernel.org>
Thu, 11 Oct 2018 16:28:13 +0000 (09:28 -0700)
commit9be766274db4c446e54bc0c2f0c1fbcbb4a2bd1e
treeb2c247893016401fee6e7caf243b7ca5907b455c
parent3d3062214367a8f8e623466d1eb78e82ee9751ef
clk: Clean up suspend/resume coding style

The normal style is to use 'core' for struct clk_core pointers and to
directly access the core pointer from the clk_hw pointer when we're
within the common clk framework. Update the patches to make it a bit
easier to handle.

Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c