@@ -527,7 +527,7 @@ static int imx_init_from_tempmon_data(struct platform_device *pdev)
ret = regmap_read(map, OCOTP_ANA1, &val);
if (ret) {
- dev_err(&pdev->dev, "failed to read sensor data: %d\n", ret);
+ dev_err(&pdev->dev, "failed to read OCOTP_ANA1: %d\n", ret);
return ret;
}
ret = imx_init_calib(pdev, val);
@@ -536,7 +536,7 @@ static int imx_init_from_tempmon_data(struct platform_device *pdev)
ret = regmap_read(map, OCOTP_MEM0, &val);
if (ret) {
- dev_err(&pdev->dev, "failed to read sensor data: %d\n", ret);
+ dev_err(&pdev->dev, "failed to read OCOTP_MEM0: %d\n", ret);
return ret;
}
imx_init_temp_grade(pdev, val);