net: sgi: ioc3-eth: Fix the size used in some 'dma_free_coherent()' calls
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 2 Aug 2020 13:52:04 +0000 (15:52 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Aug 2020 23:00:26 +0000 (16:00 -0700)
commitedab74e9cb1d073c70add0f9b75e17aebf0598ff
tree27801ee476d56f5250a3359df0f0fa932162e782
parentaa027850a292ea65524b8fab83eb91a124ad362c
net: sgi: ioc3-eth: Fix the size used in some 'dma_free_coherent()' calls

Update the size used in 'dma_free_coherent()' in order to match the one
used in the corresponding 'dma_alloc_coherent()'.

Fixes: 369a782af0f1 ("net: sgi: ioc3-eth: ensure tx ring is 16k aligned.")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sgi/ioc3-eth.c