1
0
Fork 0

serial: sh-sci: Use existing local variable in sci_parse_dt()

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
hifive-unleashed-5.1
Geert Uytterhoeven 2015-12-10 16:02:17 +01:00
parent 2095fc7695
commit 495bb47c5d
1 changed files with 1 additions and 1 deletions

View File

@ -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;