]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
atm: zatm: Fix an error handling path in 'zatm_init_one()'
authorChristophe Jaillet <christophe.jaillet@wanadoo.fr>
Mon, 17 Jul 2017 17:42:41 +0000 (19:42 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Jul 2017 18:37:46 +0000 (11:37 -0700)
commit799f917233f6ed242ee9416bf80b14819f0c97f3
tree19633dca9c18f5b69ba269c3c5e9918b20dbe149
parent18bcf2907df935981266532e1e0d052aff2e6fae
atm: zatm: Fix an error handling path in 'zatm_init_one()'

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@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/zatm.c