diff options
author | Lee Jones <lee.jones@linaro.org> | 2020-06-29 14:47:50 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2020-07-30 11:27:12 +0200 |
commit | 75de72591aa8ffa3acdc14cc1d3708ce8ac09245 (patch) | |
tree | 017201c952e264449b2c2ceee60adcbd2af2dedd /drivers/pwm/pwm-mediatek.c | |
parent | pwm: bcm-iproc: Remove impossible comparison when validating duty cycle (diff) | |
download | linux-75de72591aa8ffa3acdc14cc1d3708ce8ac09245.tar.xz linux-75de72591aa8ffa3acdc14cc1d3708ce8ac09245.zip |
pwm: bcm-kona: Remove impossible comparison when validating duty cycle
'dc' here is an unsigned long, thus checking for <0 will always
evaluate to false.
Fixes the following W=1 warning:
drivers/pwm/pwm-bcm-kona.c:141:35: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Ray Jui <rjui@broadcom.com>
Cc: Scott Branden <sbranden@broadcom.com>
Cc: bcm-kernel-feedback-list@broadcom.com
Cc: linux-pwm@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/pwm-mediatek.c')
0 files changed, 0 insertions, 0 deletions