diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2024-02-16 14:01:32 +0000 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2024-02-21 21:36:09 -0800 |
commit | d71e1f5b1048bb7474a90a0c570197063831e730 (patch) | |
tree | ed2a32fcbb6d5e9641b21b65b510129f38237f84 /scripts/gdb/linux/proc.py | |
parent | 44042fb0d66182e3d6da2b010dbae58b170ca3c8 (diff) |
clk: cdce925: Remove redundant assignment to variable 'rate'
The variable 'rate' being assigned a value that is never read, the
assignment is redundant and can be removed.
Cleans up clang scan build warning:
drivers/clk/clk-cdce925.c:104:3: warning: Value stored to 'rate' is
never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240216140132.2108665-1-colin.i.king@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions