Re: [PATCH 1/2] pcmcia: cm4000_cs.c: Remove duplicated function names

2015-02-07 Thread Harald Welte
Hi Rasmus, On Fri, Feb 06, 2015 at 12:17:21AM +0100, Rasmus Villemoes wrote: > The macro DEBUGP already ensures that __func__ is included in the > output, so there's no reason to have the function name in the format > string itself. Acked-by: Harald Welte also for 2/2 of that patch series.

Re: [PATCH 1/2] pcmcia: cm4000_cs.c: Remove duplicated function names

2015-02-07 Thread Harald Welte
Hi Rasmus, On Fri, Feb 06, 2015 at 12:17:21AM +0100, Rasmus Villemoes wrote: The macro DEBUGP already ensures that __func__ is included in the output, so there's no reason to have the function name in the format string itself. Acked-by: Harald Welte lafo...@gnumonks.org also for 2/2 of that

[PATCH 1/2] pcmcia: cm4000_cs.c: Remove duplicated function names

2015-02-05 Thread Rasmus Villemoes
The macro DEBUGP already ensures that __func__ is included in the output, so there's no reason to have the function name in the format string itself. Signed-off-by: Rasmus Villemoes --- drivers/char/pcmcia/cm4000_cs.c | 52 - 1 file changed, 26

[PATCH 1/2] pcmcia: cm4000_cs.c: Remove duplicated function names

2015-02-05 Thread Rasmus Villemoes
The macro DEBUGP already ensures that __func__ is included in the output, so there's no reason to have the function name in the format string itself. Signed-off-by: Rasmus Villemoes li...@rasmusvillemoes.dk --- drivers/char/pcmcia/cm4000_cs.c | 52 - 1