Re: [PATCH -next] power: avs: qcom-cpr: simplify the return expression of cpr_disable()

2020-09-22 Thread Rafael J. Wysocki
On Fri, Sep 18, 2020 at 10:12 PM Kevin Hilman wrote: > > Bjorn Andersson writes: > > > On Mon 14 Sep 22:26 CDT 2020, Liu Shixin wrote: > > > >> Simplify the return expression. > >> > >> Signed-off-by: Liu Shixin > > > > Reviewed-by: Bjorn Andersson > > Acked-by: Kevin Hilman > > Rafael, please

Re: [PATCH -next] power: avs: qcom-cpr: simplify the return expression of cpr_disable()

2020-09-18 Thread Kevin Hilman
Bjorn Andersson writes: > On Mon 14 Sep 22:26 CDT 2020, Liu Shixin wrote: > >> Simplify the return expression. >> >> Signed-off-by: Liu Shixin > > Reviewed-by: Bjorn Andersson Acked-by: Kevin Hilman Rafael, please apply directly.

Re: [PATCH -next] power: avs: qcom-cpr: simplify the return expression of cpr_disable()

2020-09-14 Thread Bjorn Andersson
On Mon 14 Sep 22:26 CDT 2020, Liu Shixin wrote: > Simplify the return expression. > > Signed-off-by: Liu Shixin Reviewed-by: Bjorn Andersson > --- > drivers/power/avs/qcom-cpr.c | 8 +--- > 1 file changed, 1 insertion(+), 7 deletions(-) > > diff --git a/drivers/power/avs/qcom-cpr.c b/dr

[PATCH -next] power: avs: qcom-cpr: simplify the return expression of cpr_disable()

2020-09-14 Thread Liu Shixin
Simplify the return expression. Signed-off-by: Liu Shixin --- drivers/power/avs/qcom-cpr.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/drivers/power/avs/qcom-cpr.c b/drivers/power/avs/qcom-cpr.c index bd7c3e48b386..b24cc77d1889 100644 --- a/drivers/power/avs/qcom-c