Re: [PATCH -next] pwm: convert to use DEFINE_SEQ_ATTRIBUTE macro

2020-09-23 Thread Thierry Reding
On Wed, Sep 16, 2020 at 10:50:28AM +0800, Liu Shixin wrote: > Use DEFINE_SEQ_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Liu Shixin > --- > drivers/pwm/core.c | 17 +++-- > 1 file changed, 3 insertions(+), 14 deletions(-) Applied, thanks. Thierry signature.asc Descri

Re: [PATCH -next] pwm: convert to use DEFINE_SEQ_ATTRIBUTE macro

2020-09-15 Thread Uwe Kleine-König
On Wed, Sep 16, 2020 at 10:50:28AM +0800, Liu Shixin wrote: > Use DEFINE_SEQ_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Liu Shixin Looks good. I didn't test but assume it compiles and works as before. Acked-by: Uwe Kleine-König Best regards Uwe -- Pengutronix e.K.

[PATCH -next] pwm: convert to use DEFINE_SEQ_ATTRIBUTE macro

2020-09-15 Thread Liu Shixin
Use DEFINE_SEQ_ATTRIBUTE macro to simplify the code. Signed-off-by: Liu Shixin --- drivers/pwm/core.c | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/drivers/pwm/core.c b/drivers/pwm/core.c index 276e939a5684..1f16f5365d3c 100644 --- a/drivers/pwm/core.c ++