]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 07:32:20 +0000 (15:32 +0800)
commita9b23710b85ca03fbbfdd9b3badb39154b922817
tree9f9a9b3ef1450f50ad313210b7c2dfb0e8e77e2d
parent2f64d4b1cb42109d73279108df5477f669be8edf
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.

(cherry picked from commit 66092f59252cb53e5a997e1222ad203b78c8aa97)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/e1000e/82571.c