From: Dhananjay Balan Date: Mon, 24 Apr 2017 13:54:05 +0000 (+0200) Subject: staging: most: aim-sound style fixess X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f06ee95ce6b0b09c30e9344ca736d00d068c435c;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git staging: most: aim-sound style fixess Replace hardcoded function name with __func__ Signed-off-by: Dhananjay Balan Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/most/aim-sound/sound.c b/drivers/staging/most/aim-sound/sound.c index e4198e5e064b..ea1366a44008 100644 --- a/drivers/staging/most/aim-sound/sound.c +++ b/drivers/staging/most/aim-sound/sound.c @@ -429,7 +429,7 @@ static int pcm_trigger(struct snd_pcm_substream *substream, int cmd) return 0; default: - pr_info("pcm_trigger(), invalid\n"); + pr_info("%s(), invalid\n", __func__); return -EINVAL; } return 0;