On 08/17/2016 12:38 AM, Stephen Boyd wrote: > Now that we have clk_hw based provider APIs to register clks, we > can get rid of struct clk pointers while registering clks in > these drivers, allowing us to move closer to a clear split of > consumer and provider clk APIs. > > Cc: Javier Martinez Canillas <[email protected]> > Cc: Laxman Dewangan <[email protected]> > Cc: Krzysztof Kozlowski <[email protected]> > Signed-off-by: Stephen Boyd <[email protected]> > --- > drivers/clk/clk-max77686.c | 42 +++++++++++++++++++++--------------------- > 1 file changed, 21 insertions(+), 21 deletions(-)
Looks correct. The pr_err() could be replaced to dev_err() but first pointer to dev should be stored... so this may be fixed on different patch. Reviewed-by: Krzysztof Kozlowski <[email protected]> Best regards, Krzysztof

