Message ID | 20211014135636.3644166-3-msp@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Daniel Lezcano |
Headers | show |
Series | thermal: mediatek: Add mt8365 support | expand |
diff --git a/drivers/thermal/mtk_thermal.c b/drivers/thermal/mtk_thermal.c index ede94eadddda..93ee043d70da 100644 --- a/drivers/thermal/mtk_thermal.c +++ b/drivers/thermal/mtk_thermal.c @@ -1050,7 +1050,7 @@ static int mtk_thermal_probe(struct platform_device *pdev) of_node_put(apmixedsys); if (apmixed_phys_base == OF_BAD_ADDR) { - dev_err(&pdev->dev, "Can't get auxadc phys address\n"); + dev_err(&pdev->dev, "Can't get apmixed phys address\n"); return -EINVAL; }
Seems to be a copy and paste mistake, this is the apmixed address, not auxadc. Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com> Fixes: a92db1c8089e (thermal: Add Mediatek thermal controller support) --- drivers/thermal/mtk_thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)