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

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: hda/tas2781: use dev_dbg in system_resume

The system_resume function uses dev_info for tracing, but the other pm
functions use dev_dbg.

Use dev_dbg as the other pm functions.

Fixes: 5be27f1e3ec9 ("ALSA: hda/tas2781: Add tas2781 HDA driver")
Signed-off-by: Gergo Koteles <soyer@irl.hu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Message-ID: <140f3c689c9eb5874e6eb48a570fcd8207f06a41.1709918447.git.soyer@irl.hu>

authored by

Gergo Koteles and committed by
Takashi Iwai
c850c912 c0621669

+1 -1
+1 -1
sound/pci/hda/tas2781_hda_i2c.c
··· 900 900 struct tas2781_hda *tas_hda = dev_get_drvdata(dev); 901 901 int i, ret; 902 902 903 - dev_info(tas_hda->priv->dev, "System Resume\n"); 903 + dev_dbg(tas_hda->priv->dev, "System Resume\n"); 904 904 905 905 ret = pm_runtime_force_resume(dev); 906 906 if (ret)