On 2013/8/13 2:17, Sergei Shtylyov wrote:
> On 08/12/2013 05:25 PM, Libo Chen wrote:
>
>> Use the wrapper functions for getting and setting the driver data using
>> platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
>> so we can directly pass a struct platform_device.
>
>>
On 2013/8/13 4:04, David Miller wrote:
> From: Sergei Shtylyov
> Date: Mon, 12 Aug 2013 22:17:47 +0400
>
>>Doesn't get described as well. I think you're mixing two types of
>>changes in one patchset.
>
> Agreed, you're going to have to redo this entire patch set.
>
okay, I will redo!
From: Sergei Shtylyov
Date: Mon, 12 Aug 2013 22:17:47 +0400
>Doesn't get described as well. I think you're mixing two types of
>changes in one patchset.
Agreed, you're going to have to redo this entire patch set.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel"
On 08/12/2013 05:25 PM, Libo Chen wrote:
Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.
Signed-off-by: Libo Chen
---
drivers/net/ethernet/ti/
On Monday 12 August 2013 06:55 PM, Libo Chen wrote:
> Use the wrapper functions for getting and setting the driver data using
> platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
> so we can directly pass a struct platform_device.
>
> Signed-off-by: Libo Chen
Looks good.
Ack
Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.
Signed-off-by: Libo Chen
---
drivers/net/ethernet/ti/davinci_mdio.c |4 +---
1 files changed, 1
6 matches
Mail list logo