From: Corentin Labbe
Date: Wed, 16 Nov 2016 20:09:40 +0100
> From: LABBE Corentin
>
> Some printing have the function name hardcoded.
> It is better to use __func__ instead.
>
> Signed-off-by: Corentin Labbe
Applied to net-next.
From: LABBE Corentin
Some printing have the function name hardcoded.
It is better to use __func__ instead.
Signed-off-by: Corentin Labbe
---
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/net/ethernet/stmicro