diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-07-06 17:11:32 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2021-07-07 21:43:32 +0200 |
commit | bebedf2bb4a9e0cb4ffa72cbc960728051b338a4 (patch) | |
tree | b13fc5f04c8f63fe8051cf111e63140254e3b188 /Documentation/firmware-guide | |
parent | pwm: ep93xx: Fix read of uninitialized variable ret (diff) | |
download | linux-bebedf2bb4a9e0cb4ffa72cbc960728051b338a4.tar.xz linux-bebedf2bb4a9e0cb4ffa72cbc960728051b338a4.zip |
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 <colin.king@canonical.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/firmware-guide')
0 files changed, 0 insertions, 0 deletions