[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <880c338e-7e81-83c7-613a-d8030c14bac0@metafoo.de>
Date: Mon, 20 Feb 2017 09:35:04 +0100
From: Lars-Peter Clausen <lars@...afoo.de>
To: Christophe JAILLET <christophe.jaillet@...adoo.fr>,
jic23@...nel.org, knaack.h@....de, pmeerw@...erw.net,
michal.simek@...inx.com, soren.brinkmann@...inx.com
Cc: linux-iio@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] iio: adc: xilinx: Fix error handling
On 02/19/2017 09:29 PM, Christophe JAILLET wrote:
> Reorder error handling labels in order to match the way resources have
> been allocated.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Thanks, looks good.
Acked-by: Lars-Peter Clausen <lars@...afoo.de>
I think there is one more issue
ret = xadc->ops->setup(pdev, indio_dev, irq);
if (ret)
goto err_free_samplerate_trigger;
should be
goto err_clk_disable_unprepare;
Powered by blists - more mailing lists