Re: [PATCH] pwm: meson: handle unknown ID values

2016-09-08 Thread Arnd Bergmann
On Thursday, September 8, 2016 11:23:54 AM CEST Thierry Reding wrote: > On Tue, Sep 06, 2016 at 02:50:47PM +0200, Arnd Bergmann wrote: > > When building with -Wmaybe-uninitialized, we get a couple of harmless > > warnings about three functions in this new driver that don't look > > safe to the comp

Re: [PATCH] pwm: meson: handle unknown ID values

2016-09-08 Thread Thierry Reding
On Tue, Sep 06, 2016 at 02:50:47PM +0200, Arnd Bergmann wrote: > When building with -Wmaybe-uninitialized, we get a couple of harmless > warnings about three functions in this new driver that don't look > safe to the compiler: > > drivers/pwm/pwm-meson.c: In function 'meson_pwm_get_state': > drive

Re: [PATCH] pwm: meson: handle unknown ID values

2016-09-06 Thread Neil Armstrong
On 09/06/2016 02:50 PM, Arnd Bergmann wrote: > When building with -Wmaybe-uninitialized, we get a couple of harmless > warnings about three functions in this new driver that don't look > safe to the compiler: > > drivers/pwm/pwm-meson.c: In function 'meson_pwm_get_state': > drivers/pwm/pwm-meson.c