]> git.sur5r.net Git - u-boot/commit
cfi_flash: Use __func__ macro instead of function name
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:40 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commit38d2831d3b1bc618c36fcba855368e9ac239f3cc
treee82aeaf1dc2fedcdc70c6f6ae5a3d4d77299c346
parent88ecd8bf7cf04f2c08a1bcec862085e63f644efb
cfi_flash: Use __func__ macro instead of function name

printf/debug statements should not include the file name as a hardcoded
string, but instead use the __func__ macro. Fix all instances where this
occurs.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/mtd/cfi_flash.c