e1000e: cleanup e1000_init_mac_params_82571()
authorBruce Allan <bruce.w.allan@intel.com>
Tue, 31 Jan 2012 06:37:48 +0000 (06:37 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 7 Feb 2012 12:12:14 +0000 (04:12 -0800)
commit66092f59252cb53e5a997e1222ad203b78c8aa97
treebb533fb405ba9813c770da91c41f51ba9c0d4e72
parente68782ed789a8e52af410368a185b3768fa64614
e1000e: cleanup e1000_init_mac_params_82571()

Combine two switch statements into one, convert a nebulous pointer to one
that is a bit more in keeping with the rest of the driver code and cleanup
some coding style.  No change in functionality, just cosmetic changes.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/82571.c