On Sat, Apr 02, 2022 at 01:17:52PM +0800, Jiaxin Yu wrote: > MT8192 platform will use rt1015 or rt105p codec, so through the s/rt105p/rt1015p/. > static int mt8192_mt6359_dev_probe(struct platform_device *pdev) [...] > + hdmi_codec = of_parse_phandle(pdev->dev.of_node, "mediatek,hdmi-codec", 0); > + if (!hdmi_codec) > + dev_info(&pdev->dev, "The machine don't have hdmi-codec\n"); s/don't have/has no/.