On 02/19/2017 09:29 PM, Christophe JAILLET wrote:I agree.
Reorder error handling labels in order to match the way resources haveThanks, looks good.
been allocated.
Signed-off-by: Christophe JAILLET <christophe.jaillet-39ZsbGIQGT5GWvitb5QawA@xxxxxxxxxxxxxxxx>
Acked-by: Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@xxxxxxxxxxxxxxxx>
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;