Christophe JAILLET e1e54ec7fb net: seeq: Fix the function used to release some memory in an error handling path
In commit 99cd149efe82 ("sgiseeq: replace use of dma_cache_wback_inv"),
a call to 'get_zeroed_page()' has been turned into a call to
'dma_alloc_coherent()'. Only the remove function has been updated to turn
the corresponding 'free_page()' into 'dma_free_attrs()'.
The error hndling path of the probe function has not been updated.

Fix it now.

Rename the corresponding label to something more in line.

Fixes: 99cd149efe82 ("sgiseeq: replace use of dma_cache_wback_inv")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-09-01 12:10:11 -07:00
..
2019-08-18 14:02:06 -07:00
2019-08-14 20:03:42 -07:00
2019-05-31 08:34:32 -07:00
2019-06-14 14:18:53 -06:00
2019-07-07 22:15:12 -07:00
2019-08-22 15:44:24 -07:00
2019-08-15 12:44:58 -07:00
2019-07-14 12:22:11 -07:00
2019-07-15 11:06:27 -07:00