Skip to content

Commit

Permalink
ath79: ag71xx: Fix code formatting in ag71xx_probe
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Štetiar <ynezz@true.cz>
  • Loading branch information
ynezz authored and blogic committed Dec 17, 2018
1 parent a29df78 commit 7bd2595
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1516,9 +1516,9 @@ static int ag71xx_probe(struct platform_device *pdev)

ag71xx_dump_regs(ag);

if(!of_device_is_compatible(np, "simple-mfd")) {
if (!of_device_is_compatible(np, "simple-mfd")) {
mdio_node = of_get_child_by_name(np, "mdio-bus");
if(!IS_ERR(mdio_node))
if (!IS_ERR(mdio_node))
of_platform_device_create(mdio_node, NULL, NULL);
}

Expand Down

0 comments on commit 7bd2595

Please sign in to comment.