[PATCH 3/3] staging: iio: lpc32xx_adc: Remove redundant platform_set_drvdata()

Jonathan Cameron jic23 at kernel.org
Thu Jun 6 18:49:20 UTC 2013



On 06/06/2013 04:10 PM, Roland Stigge wrote:
> On 06/06/2013 11:27 AM, Sachin Kamat wrote:
>> Commit 0998d06310 (device-core: Ensure drvdata = NULL when no
>> driver is bound) removes the need to set driver data field to
>> NULL.
>>
>> Signed-off-by: Sachin Kamat <sachin.kamat at linaro.org>
>> Cc: Roland Stigge <stigge at antcom.de>
> 
> Tested-by: Roland Stigge <stigge at antcom.de>
> Acked-by: Roland Stigge <stigge at antcom.de>
> 
All 3 applied to the togreg branch of iio.git
Thanks
> Thanks!
> 
>> ---
>>  drivers/staging/iio/adc/lpc32xx_adc.c |    1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/drivers/staging/iio/adc/lpc32xx_adc.c b/drivers/staging/iio/adc/lpc32xx_adc.c
>> index 2f2f7fd..9a4bb09 100644
>> --- a/drivers/staging/iio/adc/lpc32xx_adc.c
>> +++ b/drivers/staging/iio/adc/lpc32xx_adc.c
>> @@ -215,7 +215,6 @@ static int lpc32xx_adc_remove(struct platform_device *pdev)
>>  
>>  	iio_device_unregister(iodev);
>>  	free_irq(irq, info);
>> -	platform_set_drvdata(pdev, NULL);
>>  	clk_put(info->clk);
>>  	iounmap(info->adc_base);
>>  	iio_device_free(iodev);
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 



More information about the devel mailing list