Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 5fda6858 authored by Sachin Kamat's avatar Sachin Kamat Committed by Mike Turquette
Browse files

clk: Fix incorrect return type in clk.c



Return type of function clk_propagate_rate_change is a pointer.
But 0 was being returned. Change it to NULL.
Silences the following warning:
drivers/clk/clk.c:977:24: warning: Using plain integer as NULL pointer

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: default avatarPankaj Jangra <jangra.pankaj9@gmail.com>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent f15ea6cb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment