]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda: Remove unnecessary print function dev_err()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fri, 12 Dec 2025 06:24:10 +0000 (14:24 +0800)
committerTakashi Iwai <tiwai@suse.de>
Sat, 13 Dec 2025 09:32:48 +0000 (10:32 +0100)
commitcdc996667c26b3c4570881cd9ad2c080da4ce331
treece83f18f874b6d6c4ef8fe2663e7acdde0961a64
parentfd324768eb2c132bb111ba76675b4c72406251d9
ALSA: hda: Remove unnecessary print function dev_err()

The print function dev_err() is redundant because platform_get_irq()
already prints an error.

./sound/hda/controllers/cix-ipbloq.c:119:2-9: line 119 is redundant because platform_get_irq() already prints an error.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=28045
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://patch.msgid.link/20251212062410.3706839-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/controllers/cix-ipbloq.c