mbox series

[0/4] Fix a bunch of W=1 warnings in PWM

Message ID 20200629124752.1018358-1-lee.jones@linaro.org
Headers show
Series Fix a bunch of W=1 warnings in PWM | expand

Message

Lee Jones June 29, 2020, 12:47 p.m. UTC
Attempting to clean-up W=1 kernel builds, which are currently
overwhelmingly riddled with niggly little warnings.

Lee Jones (4):
  pwm: bcm-iproc: Remove impossible comparison when validating duty
    cycle
  pwm: bcm-kona: Remove impossible comparison when validating duty cycle
  pwm: mediatek: Provide missing kerneldoc description for 'soc' arg
  pwm: omap-dmtimer: Repair pwm_omap_dmtimer_chip's broken kerneldoc
    header

 drivers/pwm/pwm-bcm-iproc.c    | 3 +--
 drivers/pwm/pwm-bcm-kona.c     | 2 +-
 drivers/pwm/pwm-mediatek.c     | 1 +
 drivers/pwm/pwm-omap-dmtimer.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

Thierry Reding July 27, 2020, 7:50 a.m. UTC | #1
On Mon, Jun 29, 2020 at 01:47:48PM +0100, Lee Jones wrote:
> Attempting to clean-up W=1 kernel builds, which are currently
> overwhelmingly riddled with niggly little warnings.
> 
> Lee Jones (4):
>   pwm: bcm-iproc: Remove impossible comparison when validating duty
>     cycle
>   pwm: bcm-kona: Remove impossible comparison when validating duty cycle
>   pwm: mediatek: Provide missing kerneldoc description for 'soc' arg
>   pwm: omap-dmtimer: Repair pwm_omap_dmtimer_chip's broken kerneldoc
>     header
> 
>  drivers/pwm/pwm-bcm-iproc.c    | 3 +--
>  drivers/pwm/pwm-bcm-kona.c     | 2 +-
>  drivers/pwm/pwm-mediatek.c     | 1 +
>  drivers/pwm/pwm-omap-dmtimer.c | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)

Applied, thanks.

Thierry