diff options
author | 2020-06-29 13:47:49 +0100 | |
---|---|---|
committer | 2020-07-30 11:27:11 +0200 | |
commit | 9443f2c88ad916cad7efcd40fabc3e8c33c98594 (patch) | |
tree | 1519837f75a309c52af88f6822eaa72577bb2823 /drivers/usb/cdns3/cdns3-debug.h | |
parent | pwm: iqs620a: Use lowercase hexadecimal literals for consistency (diff) | |
download | wireguard-linux-9443f2c88ad916cad7efcd40fabc3e8c33c98594.tar.xz wireguard-linux-9443f2c88ad916cad7efcd40fabc3e8c33c98594.zip |
pwm: bcm-iproc: Remove impossible comparison when validating duty cycle
'duty' here is an unsigned int, thus checking for <0 will always
evaluate to false.
Fixes the following W=1 warning:
drivers/pwm/pwm-bcm-iproc.c:147:12: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
Cc: Ray Jui <rjui@broadcom.com>
Cc: Scott Branden <sbranden@broadcom.com>
Cc: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@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/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions