On Tue, 2019-06-18 at 14:55 +0300, Artem Bityutskiy wrote: > From: Artem Bityutskiy <artem.bityuts...@linux.intel.com> > > This patch has no functional impact and it is just a preparation > for the following patch. It removes an early return from the > 'igb_get_regs()' function by moving the 82576-only registers > dump into an "if" block. With this preparation, we can dump more > non-82576 registers at the end of this function. > > Signed-off-by: Artem Bityutskiy <artem.bityuts...@linux.intel.com> > --- > drivers/net/ethernet/intel/igb/igb_ethtool.c | 70 ++++++++++---------- > 1 file changed, 35 insertions(+), 35 deletions(-) > Aside from teh missing "t" for ethtool in the subject that Andrew Lunn pointed out...
Tested-by: Aaron Brown <aaron.f.br...@intel.com>