From: <woojung....@microchip.com> Date: Thu, 16 Jul 2015 22:16:05 +0000
> +static int eee_control = -1; > +module_param(eee_control, int, 0444); > +MODULE_PARM_DESC(eee_control, "EEPROM default(-1), disable(0) & enable(1)"); Please don't add module parameters for things configurable via ethtool and other generic, standard, mechanisms. Thanks. -- 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