hinic: Avoid some over memory allocation
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 21 May 2022 06:33:01 +0000 (08:33 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 May 2022 20:47:57 +0000 (21:47 +0100)
commit15d221d0c345b76947911a3ac91897ffe2f1cc4e
tree4a44bff3940e18c765fa867c7de3aca007d082d7
parent43252ed15f46658cec64edecfe610e40f6a12d85
hinic: Avoid some over memory allocation

'prod_idx' (atomic_t) is larger than 'shadow_idx' (u16), so some memory is
over-allocated.

Fixes: b15a9f37be2b ("net-next/hinic: Add wq")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/huawei/hinic/hinic_hw_wq.c