commit | afdafff130142ef4d6478dcff6d9e879394fd348 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Fri Dec 18 20:13:35 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 18 20:13:35 2009 -0800 |
tree | 6acaaf4a7de181bad471100960515c7f842cfc40 | |
parent | 9c69fabe789b0eb468a0c7031ae7bb850760aea8 [diff] |
netxen: use module parameter correctly Netxen driver is doing this bogus thing to create a control file. This fails if device doesn't exist, and overall is a bad way to do the module parameter. Rather than fix borked code, just rewrite. Just using a writeable module parameter of 0/1 is the correct way Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>