Re: [PATCH v2 3/8] board: sunxi: change trace level for phy errors managed by uclass

2020-02-18 Thread Marek Vasut
On 2/18/20 9:38 AM, Patrick Delaunay wrote: > As the error message is now displayed by generic phy functions, > the pr_err can be change to pr_idebug. pr_debug(), not pr_ i debug()

[PATCH v2 3/8] board: sunxi: change trace level for phy errors managed by uclass

2020-02-18 Thread Patrick Delaunay
As the error message is now displayed by generic phy functions, the pr_err can be change to pr_idebug. Signed-off-by: Patrick Delaunay --- Changes in v2: None board/sunxi/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/sunxi/board.c b/board/sunxi/board.c