Re: [PATCH] hippi: Fix a size used in a 'pci_free_consistent()' in an error handling path

From: David Miller
Date: Tue Jul 14 2020 - 17:12:02 EST


From: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
Date: Tue, 14 Jul 2020 13:00:27 +0200

> The size used when calling 'pci_alloc_consistent()' and
> 'pci_free_consistent()' should match.
>
> Fix it and have it consistent with the corresponding call in 'rr_close()'.
>
> Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Applied, thank you.