staging: goldfish: Use __func__ instead of function name
authorChris Coffey <cmc@babblebit.net>
Tue, 18 Jul 2017 14:43:56 +0000 (15:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 30 Jul 2017 15:17:40 +0000 (08:17 -0700)
commitf049fd9093d48cfed818bb186dafe46c1746bbdd
tree401cdab5c207ab7d8dba8b3d97a4bc55c8a3bf96
parent786d897cede4cd557836273a8ad8416a90e0142b
staging: goldfish: Use __func__ instead of function name

Replace hard-coded function names in strings with "%s", __func__
in the goldfish_nand.c file. Issue found by checkpatch.pl.

Signed-off-by: Chris Coffey <cmc@babblebit.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/goldfish/goldfish_nand.c