]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd633e0832768491adac7d55d2c3adeeb961ac9f0
treeb859b93aef8fb4b3a2acd5af8aca123f12e1aa1f
parentadf0562248881af7735c990bd7f8160b87efbd63
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