Re: [PATCH] drivers: net: wlcore: remove duplicate \n for some warnings

2018-07-25 Thread Kalle Valo
"H. Nikolaus Schaller" writes: >> Am 25.07.2018 um 08:40 schrieb Kalle Valo : >> >> "H. Nikolaus Schaller" writes: >> >>> wl1271_warning() already appends a \n to the format, >>> so adding one to the warning string gives empty lines in the log. >>> >>> Signed-off-by: H. Nikolaus Schaller >>

Re: [PATCH] drivers: net: wlcore: remove duplicate \n for some warnings

2018-07-25 Thread H. Nikolaus Schaller
> Am 25.07.2018 um 08:40 schrieb Kalle Valo : > > "H. Nikolaus Schaller" writes: > >> wl1271_warning() already appends a \n to the format, >> so adding one to the warning string gives empty lines in the log. >> >> Signed-off-by: H. Nikolaus Schaller > > "drivers: net:" in the title is unnec

Re: [PATCH] drivers: net: wlcore: remove duplicate \n for some warnings

2018-07-24 Thread Kalle Valo
"H. Nikolaus Schaller" writes: > wl1271_warning() already appends a \n to the format, > so adding one to the warning string gives empty lines in the log. > > Signed-off-by: H. Nikolaus Schaller "drivers: net:" in the title is unnecessary, but I can remove that. -- Kalle Valo

[PATCH] drivers: net: wlcore: remove duplicate \n for some warnings

2018-07-24 Thread H. Nikolaus Schaller
wl1271_warning() already appends a \n to the format, so adding one to the warning string gives empty lines in the log. Signed-off-by: H. Nikolaus Schaller --- drivers/net/wireless/ti/wlcore/main.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/net/wireless