summaryrefslogtreecommitdiff
path: root/sound/i2c/tea6330t.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2024-08-07 15:34:07 +0200
committerTakashi Iwai <tiwai@suse.de>2024-08-08 07:47:24 +0200
commitae1873eeb8bac3f5c188637f24d8e8714e994929 (patch)
tree1669b6c974e197ef1dd3bce8c1ab107b5edf20c5 /sound/i2c/tea6330t.c
parent1ac6352e50780603bbae44eda7b3cc0036b1013f (diff)
downloadlinux-ae1873eeb8bac3f5c188637f24d8e8714e994929.tar.gz
linux-ae1873eeb8bac3f5c188637f24d8e8714e994929.tar.bz2
linux-ae1873eeb8bac3f5c188637f24d8e8714e994929.zip
ALSA: i2c: Drop commented old debug prints
There are quite a few commented-out debug prints that have never been used in the production code. Let's rip them off for code cleanness. Reviewed-by: Jaroslav Kysela <perex@perex.cz> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20240807133452.9424-18-tiwai@suse.de
Diffstat (limited to 'sound/i2c/tea6330t.c')
-rw-r--r--sound/i2c/tea6330t.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/i2c/tea6330t.c b/sound/i2c/tea6330t.c
index 037d6293f728..676d58054944 100644
--- a/sound/i2c/tea6330t.c
+++ b/sound/i2c/tea6330t.c
@@ -56,9 +56,6 @@ int snd_tea6330t_detect(struct snd_i2c_bus *bus, int equalizer)
static void snd_tea6330t_set(struct tea6330t *tea,
unsigned char addr, unsigned char value)
{
-#if 0
- printk(KERN_DEBUG "set - 0x%x/0x%x\n", addr, value);
-#endif
snd_i2c_write(tea->bus, TEA6330T_ADDR, addr, value, 1);
}
#endif