commit | a8d2a0c27f84bdbf54b7e1c1a52ef7b8b7196dbc | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Feb 06 23:17:26 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 07 02:43:05 2009 -0800 |
tree | 0c1a666348dd94797740a0788a025764a303f54e | |
parent | 40a70b3889ea50daa10a7f3468920c1f5483155d [diff] |
igb: rename phy ops This patch renames write_phy_reg to write_reg and read_phy_reg to read_reg. It seems redundant to call out phy in an operation that is part of the phy_ops struct. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>