[ALSA] sound: replace remaining __FUNCTION__ occurences
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Takashi Iwai
parent
24982c5f7f
commit
9bf8e7ddea
@@ -254,7 +254,7 @@ static int snd_disconnect_release(struct inode *inode, struct file *file)
|
||||
if (likely(df))
|
||||
return df->disconnected_f_op->release(inode, file);
|
||||
|
||||
panic("%s(%p, %p) failed!", __FUNCTION__, inode, file);
|
||||
panic("%s(%p, %p) failed!", __func__, inode, file);
|
||||
}
|
||||
|
||||
static unsigned int snd_disconnect_poll(struct file * file, poll_table * wait)
|
||||
|
Reference in New Issue
Block a user