Skip to content

Commit e6fe84e

Browse files
committed
ASoC: tas2783A: fix error log for calibration data
The current error message is misleading for the calib data. Fix error message to indicate that calibration data is not valid. Signed-off-by: Niranjan H Y <niranjan.hy@ti.com> --- v2: - Update commit message
1 parent 9b5ed96 commit e6fe84e

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)