From: Florian Fainelli <f.faine...@gmail.com> Date: Tue, 25 Aug 2015 15:50:15 -0700
> /* Enable Broadcom tags for IMP port */ > reg = core_readl(priv, CORE_BRCM_HDR_CTRL); > - reg |= val; > + if (!tagging_disabled) Just a pet-peeve of mine, I hate conditions that read as double negatives, like this one does. -- 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