Re: [PATCH 1/2] net: ag71xx: Slighly simplify code in 'ag71xx_rings_init()'
From: Jesse Brandeburg <hidden>
Date: 2019-08-08 05:29:47
Also in:
kernel-janitors, lkml
From: Jesse Brandeburg <hidden>
Date: 2019-08-08 05:29:47
Also in:
kernel-janitors, lkml
On Wed, 31 Jul 2019 10:06:38 +0200 Christophe JAILLET [off-list ref] wrote:
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 <redacted>
Reviewed-by: Jesse Brandeburg <redacted>