From: Neil Armstrong <narmstr...@baylibre.com>
Date: Mon,  7 Dec 2015 11:58:33 +0100

> -     regs_buff[12] = macb_or_gem_readl(bp, USRIO);
> +     if (!of_property_read_bool(bp->pdev->dev.of_node, "no-usrio")) {
> +             regs_buff[12] = macb_or_gem_readl(bp, USRIO);
> +     }

Single statement basic blocks shall not be enclosed in curly braces.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to