commit | 482fed85e64958f678a138a4b5f8891190d2b169 | [log] [tgz] |
---|---|---|
author | Bruce Allan <bruce.w.allan@intel.com> | Thu Jan 06 14:29:49 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 09 23:44:07 2011 -0800 |
tree | 5904011346d4659039122c083741d63f48379c54 | |
parent | dd93f95e92283498f2497a632a81c167444668b5 [diff] |
e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phy Cleans up the code a bit by using the driver-specific e1e_rphy and e1e_wphy macros instead of the full function pointer variants. Fix a couple whitespace issue with two already existing calls to e1e_wphy. Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>