[PATCH v2] staging: ccree: Convert to platform_{get,set}_drvdata()

Greg KH gregkh at linuxfoundation.org
Tue Oct 3 16:29:20 UTC 2017


On Thu, Sep 21, 2017 at 05:47:42PM +0530, sunil.m at techveda.org wrote:
> From: Suniel Mahesh <sunil.m at techveda.org>
> 
> Platform devices are expected to use wrapper functions,
> platform_{get,set}_drvdata() with platform_device as argument,
> for getting and setting the driver data. dev_{get,set}_drvdata()
> are using &plat_dev->dev.
> For wrapper functions we can directly pass a struct platform_device.
> 
> dev_set_drvdata() is redundant and therefore removed. The driver core
> clears the driver data to NULL after device_release or on probe failure.
> 
> Signed-off-by: Suniel Mahesh <sunil.m at techveda.org>
> ---
> Changes for v2:
> - Rebased on top of staging-testing.

Can you rebase again, this still does not apply :(


More information about the devel mailing list