Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;