Re: [PATCH] drivers: pcmcia: This patch fix the following checkpatch warning.

2019-04-17 Thread Dominik Brodowski
On Tue, Apr 16, 2019 at 08:45:44PM +0300, Mohan Kumar wrote: > Switch hardcoded function name with a reference to __func__ making the > code more maintainable Thanks for your patch. Are there any other patches pending to this driver? As noted in Kconfig, the TCIC host briges "are only found on a

[PATCH] drivers: pcmcia: This patch fix the following checkpatch warning.

2019-04-16 Thread Mohan Kumar
Switch hardcoded function name with a reference to __func__ making the code more maintainable WARNING: Prefer using '"%s...", __func__' to using function's name, in a string Signed-off-by: Mohan Kumar --- drivers/pcmcia/tcic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi