Re: [PATCH v4 2/4] clk: mvebu: armada-37xx-tbg: fix error message

2019-01-18 Thread Gregory CLEMENT
Hi Miquel, On mar., janv. 08 2019, Miquel Raynal wrote: > The error message should state that the driver failed to get the > parent clock, not the opposite. > > Signed-off-by: Miquel Raynal Reviewed-by: Gregory CLEMENT Thanks, Gregory > --- > drivers/clk/mvebu/armada-37xx-tbg.c | 2 +-

[PATCH v4 2/4] clk: mvebu: armada-37xx-tbg: fix error message

2019-01-08 Thread Miquel Raynal
The error message should state that the driver failed to get the parent clock, not the opposite. Signed-off-by: Miquel Raynal --- drivers/clk/mvebu/armada-37xx-tbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/mvebu/armada-37xx-tbg.c