Re: [PATCH 1/3] i2c: geni: fix error message wording in clk_disable

2025-03-17 Thread Neil Armstrong
On 14/03/2025 17:09, Caleb Connolly wrote: Correct the error messages so they accurately describe that we failed to disable the clocks, not to enable them. Signed-off-by: Caleb Connolly --- drivers/i2c/geni_i2c.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drive

[PATCH 1/3] i2c: geni: fix error message wording in clk_disable

2025-03-14 Thread Caleb Connolly
Correct the error messages so they accurately describe that we failed to disable the clocks, not to enable them. Signed-off-by: Caleb Connolly --- drivers/i2c/geni_i2c.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/i2c/geni_i2c.c b/drivers/i2c/geni_i2c.c inde