On Fri, Sep 04, 2015 at 01:47:23PM +0530, Viresh Kumar wrote:
free-table routines are opposite of init-table ones, and must be named to make that clear. Opposite of 'init' is 'exit', but those doesn't suit really well.
Replace 'init' with 'add' and 'free' with 'remove'.
Reported-by: Pavel Machek pavel@ucw.cz Reviewed-by: Stephen Boyd sboyd@codeaurora.org Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
arch/arm/mach-imx/mach-imx6q.c | 2 +-
...
drivers/cpufreq/imx6q-cpufreq.c | 6 +++---
Acked-by: Shawn Guo shawnguo@kernel.org