Loading drivers/tty/serial/sh-sci.c +1 −1 Original line number Diff line number Diff line Loading @@ -2635,7 +2635,7 @@ sci_parse_dt(struct platform_device *pdev, unsigned int *dev_id) if (!IS_ENABLED(CONFIG_OF) || !np) return NULL; match = of_match_node(of_sci_match, pdev->dev.of_node); match = of_match_node(of_sci_match, np); if (!match) return NULL; Loading Loading
drivers/tty/serial/sh-sci.c +1 −1 Original line number Diff line number Diff line Loading @@ -2635,7 +2635,7 @@ sci_parse_dt(struct platform_device *pdev, unsigned int *dev_id) if (!IS_ENABLED(CONFIG_OF) || !np) return NULL; match = of_match_node(of_sci_match, pdev->dev.of_node); match = of_match_node(of_sci_match, np); if (!match) return NULL; Loading