Re: [PATCH] atm: zatm: Fix an error handling path in 'zatm_init_one()'

From: David Miller
Date: Tue Jul 18 2017 - 14:38:28 EST


From: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
Date: Mon, 17 Jul 2017 19:42:41 +0200

> If 'dma_set_mask_and_coherent()' fails, we must undo the previous
> 'pci_request_regions()' call.
> Adjust corresponding 'goto' to jump at the right place of the error
> handling path.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Applied, thank you.