spi: mpc8xxx: Fix function names in strings
authorMario Six <mario.six@gdsys.cc>
Sun, 28 Apr 2019 20:28:40 +0000 (01:58 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Mon, 10 Jun 2019 12:29:48 +0000 (17:59 +0530)
commitfabe6c49091aea05e4647f836c4ad2bf13a516f8
tree05e10e2a3c3044504682b96b92e2cb22d4ea2a07
parent6f3ac07ea3e1665ba7a018f10bc11558269b0e17
spi: mpc8xxx: Fix function names in strings

Replace the function name with a "%s" format string and the __func__
variable in debug statements (as proposed by checkpatch).

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Acked-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/spi/mpc8xxx_spi.c