Re: [PATCHv2 net-next 1/1] forcedeth: remove unnecessary structure member

2017-12-11 Thread David Miller
From: Zhu Yanjun Date: Sat, 9 Dec 2017 22:07:26 -0500 > Since both tx_ring and first_tx are the head of tx ring, it not > necessary to use two structure members to statically indicate > the head of tx ring. So first_tx is removed. > > CC: Srinivas Eeda > CC: Joe Jin > CC: Junxiao Bi > Signed

[PATCHv2 net-next 1/1] forcedeth: remove unnecessary structure member

2017-12-09 Thread Zhu Yanjun
Since both tx_ring and first_tx are the head of tx ring, it not necessary to use two structure members to statically indicate the head of tx ring. So first_tx is removed. CC: Srinivas Eeda CC: Joe Jin CC: Junxiao Bi Signed-off-by: Zhu Yanjun --- drivers/net/ethernet/nvidia/forcedeth.c | 21 ++