mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
iio: dac: vf610: Fix an error handling path in 'vf610_dac_probe()'
commitaad4742fbfupstream. A call to 'vf610_dac_exit()' is missing in an error handling path. Fixes:1b983bf42f("iio: dac: vf610_dac: Add IIO DAC driver for Vybrid SoC") Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Cc: <Stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f289ee6ebb
commit
f2c5f3aefb
|
|
@ -234,6 +234,7 @@ static int vf610_dac_probe(struct platform_device *pdev)
|
|||
return 0;
|
||||
|
||||
error_iio_device_register:
|
||||
vf610_dac_exit(info);
|
||||
clk_disable_unprepare(info->clk);
|
||||
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user