ixp4xx_eth: Fix up the get_ts_info ethtool method.
authorRichard Cochran <richardcochran@gmail.com>
Sat, 7 Apr 2012 05:56:10 +0000 (05:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Apr 2012 20:01:09 +0000 (16:01 -0400)
commitc1e6aaf0ab0150d625dc266721c033db8b43e49d
treeb859b93aef8fb4b3a2acd5af8aca123f12e1aa1f
parente35f30c131a562bafd069820a6983fd4023e606e
ixp4xx_eth: Fix up the get_ts_info ethtool method.

Commit e77bd1ec121ee4163a6b42a44e87b2e382c39e04 added support for a
new ethtool function, but that cannot compile due to a misnamed global
variable. Not that it really matters (since the IXP4xx does compile
either, as of about Linux 3.1) but just in case, this patch fixes the
misnamed variable in the PHC driver.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/ptp_ixp46x.c