diff options
author | Colin Ian King <[email protected]> | 2021-07-06 16:11:32 +0100 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2021-07-07 21:43:32 +0200 |
commit | bebedf2bb4a9e0cb4ffa72cbc960728051b338a4 (patch) | |
tree | b13fc5f04c8f63fe8051cf111e63140254e3b188 /scripts/gdb/linux/cpus.py | |
parent | 96e45e5202377da39d086ec19f8934ebcc5b0fd6 (diff) |
pwm: Remove redundant assignment to pointer pwm
The pointer pwm is being initialized with a value that is never read and
it is being updated later with a new value. The initialization is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/cpus.py')
0 files changed, 0 insertions, 0 deletions