[ALSA] Suppress debug message
Control Midlevel Suppress 'unknown ioctl' debug message (replaced with snd_printdd). Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Jaroslav Kysela
parent
54b903ec6e
commit
6d85be612d
@@ -1102,7 +1102,7 @@ static long snd_ctl_ioctl(struct file *file, unsigned int cmd, unsigned long arg
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
up_read(&snd_ioctl_rwsem);
|
up_read(&snd_ioctl_rwsem);
|
||||||
snd_printd("unknown ioctl = 0x%x\n", cmd);
|
snd_printdd("unknown ioctl = 0x%x\n", cmd);
|
||||||
return -ENOTTY;
|
return -ENOTTY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user