From: Thierry Reding <[email protected]> Date: Wed, 18 Sep 2013 14:49:55 +0200
> The dump_eth_one() function is only used if DEBUG is enabled, so protect > it by a corresponding #ifdef DEBUG block. > > Signed-off-by: Thierry Reding <[email protected]> I would prefer that this function and the one call site is simply removed instead. This kind of thing can be provided via ethtool register dumps and therefore without all of the ugliness this ad-hoc stuff presents. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

