Re: [PATCH net 1/2] net: cadence: macb: Disable USRIO register on some platforms

From: David Miller
Date: Mon Dec 07 2015 - 14:09:25 EST


From: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/