diff options
| author | Dan Carpenter <[email protected]> | 2023-10-25 11:57:34 +0000 |
|---|---|---|
| committer | Thierry Reding <[email protected]> | 2023-11-10 08:20:48 +0000 |
| commit | a2da597ff6f5504fc99163de4f15b7f3a129894e (patch) | |
| tree | 8d42d02978f4192dba9a5cde67dce7c8b514bbba /drivers/pci/controller/pci-host-generic.c | |
| parent | pwm: samsung: Document new member .channel in struct samsung_pwm_chip (diff) | |
| download | kernel-a2da597ff6f5504fc99163de4f15b7f3a129894e.tar.gz kernel-a2da597ff6f5504fc99163de4f15b7f3a129894e.zip | |
pwm: samsung: Fix a bit test in pwm_samsung_resume()
The PWMF_REQUESTED enum is supposed to be used with test_bit() and not
used as in a bitwise AND. In this specific code the flag will never be
set so the function is effectively a no-op.
Fixes: e3fe982b2e4e ("pwm: samsung: Put per-channel data into driver data")
Signed-off-by: Dan Carpenter <[email protected]>
Reviewed-by: Uwe Kleine-König <[email protected]>
Reviewed-by: Sam Protsenko <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'drivers/pci/controller/pci-host-generic.c')
0 files changed, 0 insertions, 0 deletions
