commit | a9d41e7b8b1fe43c0beeab9a45d4c886a5e4ee85 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Wed Jul 31 10:06:38 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 31 08:38:17 2019 -0700 |
tree | b78940745c2dff3c66ecfe5059045b5dd446bb95 | |
parent | 5133f36cef46b906d40b76d5f71640f5b3dae0c3 [diff] |
net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()' A few lines above, we have: tx_size = BIT(tx->order); So use 'tx_size' directly to be consistent with the way 'rx->descs_cpu' and 'rx->descs_dma' are computed below. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: David S. Miller <davem@davemloft.net>