staging: vchiq_arm: use __func__ to get function name in debug message
authorGaston Gonzalez <gascoar@gmail.com>
Sun, 19 Sep 2021 21:59:14 +0000 (18:59 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Sep 2021 15:29:20 +0000 (17:29 +0200)
commitbc1bd400a1ce245e5c9c210f13649e61fc7189c4
treed5f321eac88c5d75d2aba8b15eb458d5f35a1b42
parent66eb8701cb0f2ca0455e7fad35f6a93850d24b83
staging: vchiq_arm: use __func__ to get function name in debug message

Avoid hardcoded function name using "%s", __func__. This prevents
potential naming conflict if the function is eventually renamed.

Reported by checkpatch.pl

Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
Link: https://lore.kernel.org/r/20210919215914.539805-8-gascoar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c