Sachin Kamat 5fda6858a4 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: Sachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: Pankaj Jangra <jangra.pankaj9@gmail.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
2013-03-22 15:18:18 -07:00
..
2013-03-19 12:58:41 -07:00
2013-03-19 17:20:30 -07:00
2013-01-18 09:44:02 -08:00
2012-08-31 11:05:18 -07:00
2012-07-11 15:36:45 -07:00
2012-12-11 13:13:55 -08:00
2013-03-22 15:18:18 -07:00
2013-03-19 17:20:30 -07:00
2013-03-19 17:20:30 -07:00