diff options
author | Stephen Boyd <[email protected]> | 2023-09-08 17:07:02 -0700 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2023-09-11 13:12:53 -0700 |
commit | f2af7cb8ac0f825b415b4846a526bddba68807b1 (patch) | |
tree | f89548681f44ba1f373626af3f4735c8f23b4ec3 /scripts/generate_rust_analyzer.py | |
parent | 0bb80ecc33a8fb5a682236443c1e740d5c917d1d (diff) |
clk: asm9620: Remove 'hw' local variable that isn't checked
The 'hw' pointer local variable in this function became unused after
commit f5290d8e4f0c ("clk: asm9260: use parent index to link the
reference clock"). Remove it to silence an unused but set variable
warning.
drivers/clk/clk-asm9260.c:258:17: warning: variable 'hw' set but not used [-Wunused-but-set-variable]
struct clk_hw *hw, *pll_hw;
^
1 warning generated.
Cc: Dmitry Baryshkov <[email protected]>
Fixes: f5290d8e4f0c ("clk: asm9260: use parent index to link the reference clock")
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Stephen Boyd <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions