forcedeth: remove duplicate structure member in rx
authorZhu Yanjun <yanjun.zhu@oracle.com>
Tue, 23 Jan 2018 07:03:37 +0000 (02:03 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jan 2018 16:11:41 +0000 (11:11 -0500)
commita9124ec443babc80fc41fc620b60616231e7e893
treeca2ad3393a98d901f962cb7fdcb07e8031c7d337
parentd76632751af45cbcdac4ff355bdb4e841508dd41
forcedeth: remove duplicate structure member in rx

Since both first_rx_ctx and rx_skb are the head of rx ctx, it not
necessary to use two structure members to statically indicate
the head of rx ctx. So first_rx_ctx is removed.

CC: Srinivas Eeda <srinivas.eeda@oracle.com>
CC: Joe Jin <joe.jin@oracle.com>
CC: Junxiao Bi <junxiao.bi@oracle.com>
Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/nvidia/forcedeth.c