commit | 02e0114ae1eb776b22f0744762fb0137208c4850 | [log] [tgz] |
---|---|---|
author | Corentin LABBE <clabbe.montjoie@gmail.com> | Tue Oct 24 19:06:16 2017 +0200 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Wed Nov 01 22:44:07 2017 -0700 |
tree | 5782e71fa4f3675498338633ec73112ea263ecce | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e [diff] |
clk: sunxi: fix build warning This patch fix the following build warning: drivers/clk/sunxi/clk-factors.c:279:14: warning: variable 'name' set but not used [-Wunused-but-set-variable] Fixes: 4cbeaebb8af1 ("clk: sunxi: factors: Add unregister function") Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>