OFS / linux-dfl

Linux kernel driver for the Device Feature List framework for FPGA devices
Other
23 stars 21 forks source link

net: intel: s10hssi: use dfl dev in dev_err #7

Closed trixirt closed 3 years ago

trixirt commented 3 years ago

Errors with ethtool_reset() are reported as

[ 577.456427] (null): ethtool_reset failed to clear tx stats

Instead of the netdev->dev, use the dfl_dev->dev

Signed-off-by: Tom Rix trix@redhat.com

fpgamatt commented 3 years ago

Hi Tom,

Thanks for the patch. We will run some static analysis internally and then push it out to github.

Matthew

trixirt commented 3 years ago

Looks like this merged