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)
commit4a62df9e3e4e9a59f5e75a753f3372521abfa812
treebb533fb405ba9813c770da91c41f51ba9c0d4e72
parent3229fbfb4fc3d1c05a20087237671bab511be850
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