Staging: goldfish: use __func__ instead of embedded function names
authorMohsin Shan <mohsinshan1k@gmail.com>
Thu, 16 Mar 2017 03:51:42 +0000 (20:51 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Mar 2017 06:19:09 +0000 (15:19 +0900)
commit5e492ab566f7302d2143d739361cf33076da8e71
tree70e7e372d11d069a24be7a00a26407e80243014c
parent9ca98bd077480473d075a2c50647da42d5ad6b50
Staging: goldfish: use __func__ instead of embedded function names

Embedded function names are less appropriate to use when
refactoring, can cause function renaming.  Prefer the use
of "%s", __func__ to embedded function names

Signed-off-by: Mohsin Shan <mohsinshan1k@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/goldfish/goldfish_nand.c