Re: [PATCH v1 1/3] clk: qcom: rcg: Return failure for RCG update

2019-07-15 Thread Stephen Boyd
Quoting Taniya Das (2019-05-08 11:24:53) > In case of update config failure, return -EBUSY, so that consumers could > handle the failure gracefully. > > Signed-off-by: Taniya Das > --- Applied to clk-next

[PATCH v1 1/3] clk: qcom: rcg: Return failure for RCG update

2019-05-08 Thread Taniya Das
In case of update config failure, return -EBUSY, so that consumers could handle the failure gracefully. Signed-off-by: Taniya Das --- drivers/clk/qcom/clk-rcg2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/qcom/clk-rcg2.c b/drivers/clk/qcom/clk-rcg2.c index