Skip to content

Commit d30608c

Browse files
committed
ASoC: tas2783A: fix error log for calibration data
Signed-off-by: Niranjan H Y <niranjan.hy@ti.com>
1 parent e727aea commit d30608c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sound/soc/codecs/tas2783-sdw.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,8 @@ static void tas2783_set_calib_params_to_device(struct tas2783_prv *tas_dev, u32
644644
}
645645

646646
if (device_num == dev_count)
647-
dev_err(tas_dev->dev, "device not found\n");
647+
dev_err(tas_dev->dev,
648+
"unique id not found in the calib data\n");
648649
else
649650
dev_dbg(tas_dev->dev, "calib data update done\n");
650651
}

0 commit comments

Comments
 (0)