Re: [PATCH v3 2/7] pwm: rockchip: Remove the judge from return value of pwm_config

2017-08-21 Thread David.Wu
Hi Thierry, 在 2017/8/19 0:28, Brian Norris 写道: On Fri, Aug 18, 2017 at 05:32:55PM +0200, Thierry Reding wrote: I don't understand what the "judge" is supposed to be, but I've applied this to for-4.14/drivers anyway. Thanks. Probably just an artifact of non-native English. Judging by

Re: [PATCH v3 2/7] pwm: rockchip: Remove the judge from return value of pwm_config

2017-08-21 Thread David.Wu
Hi Thierry, 在 2017/8/19 0:28, Brian Norris 写道: On Fri, Aug 18, 2017 at 05:32:55PM +0200, Thierry Reding wrote: I don't understand what the "judge" is supposed to be, but I've applied this to for-4.14/drivers anyway. Thanks. Probably just an artifact of non-native English. Judging by

Re: [PATCH v3 2/7] pwm: rockchip: Remove the judge from return value of pwm_config

2017-08-18 Thread Brian Norris
On Fri, Aug 18, 2017 at 05:32:55PM +0200, Thierry Reding wrote: > I don't understand what the "judge" is supposed to be, but I've applied > this to for-4.14/drivers anyway. Thanks. Probably just an artifact of non-native English. Judging by context, David probably meant more like "Remove the

Re: [PATCH v3 2/7] pwm: rockchip: Remove the judge from return value of pwm_config

2017-08-18 Thread Brian Norris
On Fri, Aug 18, 2017 at 05:32:55PM +0200, Thierry Reding wrote: > I don't understand what the "judge" is supposed to be, but I've applied > this to for-4.14/drivers anyway. Thanks. Probably just an artifact of non-native English. Judging by context, David probably meant more like "Remove the

Re: [PATCH v3 2/7] pwm: rockchip: Remove the judge from return value of pwm_config

2017-08-18 Thread Thierry Reding
On Tue, Aug 08, 2017 at 11:38:30PM +0800, David Wu wrote: > It seems the rockchip_pwm_config always returns the result 0, > so remove the judge. > > Signed-off-by: David Wu > Acked-by: Boris Brezillon > --- >

Re: [PATCH v3 2/7] pwm: rockchip: Remove the judge from return value of pwm_config

2017-08-18 Thread Thierry Reding
On Tue, Aug 08, 2017 at 11:38:30PM +0800, David Wu wrote: > It seems the rockchip_pwm_config always returns the result 0, > so remove the judge. > > Signed-off-by: David Wu > Acked-by: Boris Brezillon > --- > drivers/pwm/pwm-rockchip.c | 12 ++-- > 1 file changed, 2 insertions(+), 10

[PATCH v3 2/7] pwm: rockchip: Remove the judge from return value of pwm_config

2017-08-08 Thread David Wu
It seems the rockchip_pwm_config always returns the result 0, so remove the judge. Signed-off-by: David Wu Acked-by: Boris Brezillon --- drivers/pwm/pwm-rockchip.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-)

[PATCH v3 2/7] pwm: rockchip: Remove the judge from return value of pwm_config

2017-08-08 Thread David Wu
It seems the rockchip_pwm_config always returns the result 0, so remove the judge. Signed-off-by: David Wu Acked-by: Boris Brezillon --- drivers/pwm/pwm-rockchip.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/drivers/pwm/pwm-rockchip.c