From: Dhananjay Balan Date: Mon, 24 Apr 2017 13:54:05 +0000 (+0200) Subject: staging: most: aim-sound style fixess X-Git-Tag: v4.12-rc1~84^2~97 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f06ee95ce6b0b09c30e9344ca736d00d068c435c;p=linux-block.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;