From: Ben Hutchings Date: Thu, 12 Apr 2012 00:42:12 +0000 (+0000) Subject: ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessors X-Git-Tag: v3.5-rc1~109^2~124^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=081d094eaab894ae5a517fde56179dfe67773ff0;p=pandora-kernel.git ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessors We want to support reading module (SFP+, XFP, ...) EEPROMs as well as NIC EEPROMs. They will need a different command number and driver operation, but the structure and arguments will be the same and so we can share most of the code here. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed