Re: [PATCH] tulip: windbond-840: Fix a debug message

2020-09-13 Thread David Miller
From: Christophe JAILLET Date: Sun, 13 Sep 2020 09:01:07 +0200 > 'w89c840_open()' is incorrectly reported in a debug message. Use __func__ > instead. > > While at it, fix some style issue in the same function. > > Signed-off-by: Christophe JAILLET Applied.

[PATCH] tulip: windbond-840: Fix a debug message

2020-09-13 Thread Christophe JAILLET
'w89c840_open()' is incorrectly reported in a debug message. Use __func__ instead. While at it, fix some style issue in the same function. Signed-off-by: Christophe JAILLET --- drivers/net/ethernet/dec/tulip/winbond-840.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git