diff options
| author | Colin Ian King <[email protected]> | 2021-07-06 15:11:32 +0000 |
|---|---|---|
| committer | Thierry Reding <[email protected]> | 2021-07-07 19:43:32 +0000 |
| commit | bebedf2bb4a9e0cb4ffa72cbc960728051b338a4 (patch) | |
| tree | b13fc5f04c8f63fe8051cf111e63140254e3b188 /drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | |
| parent | pwm: ep93xx: Fix read of uninitialized variable ret (diff) | |
| download | kernel-bebedf2bb4a9e0cb4ffa72cbc960728051b338a4.tar.gz kernel-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 <[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 'drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c')
0 files changed, 0 insertions, 0 deletions
