Commit f06ee95c authored by Dhananjay Balan's avatar Dhananjay Balan Committed by Greg Kroah-Hartman

staging: most: aim-sound style fixess

Replace hardcoded function name with __func__
Signed-off-by: default avatarDhananjay Balan <mail@dbalan.in>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent aa3a13df
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment