lkml.org 
[lkml]   [2014]   [Dec]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] extcon: adc-jack: Release IIO channel on driver remove
On 12/18/2014 12:59 AM, Ivan T. Ivanov wrote:
> Release IIO channel acquired during driver probe.
>
> Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com>
> ---
> drivers/extcon/extcon-adc-jack.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/extcon/extcon-adc-jack.c b/drivers/extcon/extcon-adc-jack.c
> index d860229..ce8c6ff 100644
> --- a/drivers/extcon/extcon-adc-jack.c
> +++ b/drivers/extcon/extcon-adc-jack.c
> @@ -173,6 +173,7 @@ static int adc_jack_remove(struct platform_device *pdev)
>
> free_irq(data->irq, data);
> cancel_work_sync(&data->handler.work);
> + iio_channel_release(data->chan);
>
> return 0;
> }
>

Applied it.

Thanks,
Chanwoo Choi


\
 
 \ /
  Last update: 2014-12-18 02:01    [W:0.026 / U:0.336 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site