ifpps: Remove unnecessary memset before ethtool_drvinf()
commitced058002d01024a18e9d9e2dda2a9af5854e232
authorTobias Klauser <tklauser@distanz.ch>
Thu, 5 Nov 2015 09:27:50 +0000 (5 10:27 +0100)
committerTobias Klauser <tklauser@distanz.ch>
Thu, 5 Nov 2015 09:27:50 +0000 (5 10:27 +0100)
treeb8126fdfb63d0b282e040391ae94b63e1f93a6e7
parentf15857041821ba75eb608726c2aae15b4177b1f1
ifpps: Remove unnecessary memset before ethtool_drvinf()

ethtool_drvinf() already clears the struct ethtool_drvinfo, so there is
no need to do it manually before calling it.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
ifpps.c