Skip to content

Commit c850c91

Browse files
soyersoyertiwai
authored andcommitted
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: 5be27f1 ("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>
1 parent c062166 commit c850c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/hda/tas2781_hda_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ static int tas2781_system_resume(struct device *dev)
900900
struct tas2781_hda *tas_hda = dev_get_drvdata(dev);
901901
int i, ret;
902902

903-
dev_info(tas_hda->priv->dev, "System Resume\n");
903+
dev_dbg(tas_hda->priv->dev, "System Resume\n");
904904

905905
ret = pm_runtime_force_resume(dev);
906906
if (ret)

0 commit comments

Comments
 (0)