netxen: use module parameter correctly
authorStephen Hemminger <shemminger@vyatta.com>
Sat, 19 Dec 2009 04:13:35 +0000 (20:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Dec 2009 04:13:35 +0000 (20:13 -0800)
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>

No differences found