David Miller wrote: > From: Matheos Worku > Date: Wed, 23 Apr 2008 10:17:40 -0700 > > >> @@ -3243,6 +3245,7 @@ struct niu { >> struct timer_list timer; >> const struct niu_phy_ops *phy_ops; >> int phy_addr; >> + int hotplug_phy_present; >> struct niu_link_config link_config; >> >> struct work_struct reset_task; >> > > Using a full integer for boolean state is wasteful, please > just add another state flag to niu->flags > Dave, New patch attached. Regards Matheos > Thank you. >