Re: [PATCH 2/2] hwmon: pwm-fan: Use platform_get_irq_optional()

2019-08-28 Thread Stephen Boyd
Quoting Thierry Reding (2019-08-28 01:34:11) > From: Thierry Reding > > The PWM fan interrupt is optional, so we don't want an error message in > the kernel log if it wasn't specified. > > Signed-off-by: Thierry Reding > --- Reviewed-by: Stephen Boyd

Re: [PATCH 2/2] hwmon: pwm-fan: Use platform_get_irq_optional()

2019-08-28 Thread Greg Kroah-Hartman
On Wed, Aug 28, 2019 at 08:05:22AM -0700, Guenter Roeck wrote: > On Wed, Aug 28, 2019 at 10:34:11AM +0200, Thierry Reding wrote: > > From: Thierry Reding > > > > The PWM fan interrupt is optional, so we don't want an error message in > > the kernel log if it wasn't specified. > > > >

Re: [PATCH 2/2] hwmon: pwm-fan: Use platform_get_irq_optional()

2019-08-28 Thread Guenter Roeck
On Wed, Aug 28, 2019 at 10:34:11AM +0200, Thierry Reding wrote: > From: Thierry Reding > > The PWM fan interrupt is optional, so we don't want an error message in > the kernel log if it wasn't specified. > > Signed-off-by: Thierry Reding Acked-by: Guenter Roeck I assume that Greg will pick

Re: [PATCH 2/2] hwmon: pwm-fan: Use platform_get_irq_optional()

2019-08-28 Thread Bartlomiej Zolnierkiewicz
On 8/28/19 10:34 AM, Thierry Reding wrote: > From: Thierry Reding > > The PWM fan interrupt is optional, so we don't want an error message in > the kernel log if it wasn't specified. > > Signed-off-by: Thierry Reding Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej

[PATCH 2/2] hwmon: pwm-fan: Use platform_get_irq_optional()

2019-08-28 Thread Thierry Reding
From: Thierry Reding The PWM fan interrupt is optional, so we don't want an error message in the kernel log if it wasn't specified. Signed-off-by: Thierry Reding --- drivers/hwmon/pwm-fan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hwmon/pwm-fan.c