]> git.baikalelectronics.ru Git - kernel.git/commit
clk: Squash __clk_{enable,disable}() into callers
authorDong Aisheng <aisheng.dong@freescale.com>
Thu, 30 Apr 2015 21:02:19 +0000 (14:02 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 30 Apr 2015 23:28:33 +0000 (16:28 -0700)
commit80a530be6d798eaf04adbd3ac9f49f2ee60cf481
tree192f2e681c609834782f038ca09a1c9941086df1
parent36dda01984a4ef5008684184661956d284330d28
clk: Squash __clk_{enable,disable}() into callers

These functions are only used in one place. Let's squash them
into their respective callers to save some lines.

Signed-off-by: Dong Aisheng <aisheng.dong@freescale.com>
[sboyd@codeaurora.org: Redo commit text, add NULL check in
clk_enable()]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c