]> git.baikalelectronics.ru Git - kernel.git/commit
net: stmmac: use correct pointer when printing normal descriptor ring
authorNiklas Cassel <niklas.cassel@axis.com>
Mon, 15 May 2017 08:56:06 +0000 (10:56 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 May 2017 14:02:19 +0000 (10:02 -0400)
commit9cd8ea6edfad19b51c93beee8baf6fdef73ccd54
treed89deb6f2febf271a07513a19e5533d0100cdde6
parent51a1d98e4d988a4e9bbf71f135e81e1b209d144d
net: stmmac: use correct pointer when printing normal descriptor ring

There are two pointers in sysfs_display_ring,
one that increments if using normal dma descriptors,
another if using extended dma descriptors.

When printing the normal dma descriptors, the wrong pointer is used,
thus the printed descriptor addresses are incorrect.

Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c