Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: most: aim-sound style fixess

Replace hardcoded function name with __func__

Signed-off-by: Dhananjay Balan <mail@dbalan.in>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Dhananjay Balan and committed by
Greg Kroah-Hartman
f06ee95c aa3a13df

+1 -1
+1 -1
drivers/staging/most/aim-sound/sound.c
··· 429 429 return 0; 430 430 431 431 default: 432 - pr_info("pcm_trigger(), invalid\n"); 432 + pr_info("%s(), invalid\n", __func__); 433 433 return -EINVAL; 434 434 } 435 435 return 0;