clk: max77686: Make max77686_clk_register() return struct clk *
authorTomasz Figa <t.figa@samsung.com>
Fri, 23 Aug 2013 16:59:40 +0000 (18:59 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:44:08 +0000 (11:44 +0900)
commitcb5136cbe40b1b94c7fd806ef39baa863b88f761
tree4591e5e885c775aafef57accaae44b13025d3bf9
parentd3048056499e462b9dad2e28b4512aad0e4c793a
clk: max77686: Make max77686_clk_register() return struct clk *

As a preparation for further patches, this patch modifies the clock
registration helper function to return a pointer to the newly registered
clock. No functional change is done to the driver.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
drivers/clk/clk-max77686.c