Re: [PATCH] net: irda: pxaficp_ir: use platform_set_drvdata()

2013-08-21 Thread David Miller
From: Libo Chen Date: Wed, 21 Aug 2013 18:15:11 +0800 > Use the wrapper functions for getting and setting the driver data using > platform_device instead of using deva_set_drvdata() with &pdev->dev, > so we can directly pass a struct platform_device. > > Signed-off-by: Libo Chen Applied. -- To

[PATCH] net: irda: pxaficp_ir: use platform_set_drvdata()

2013-08-21 Thread Libo Chen
Use the wrapper functions for getting and setting the driver data using platform_device instead of using deva_set_drvdata() with &pdev->dev, so we can directly pass a struct platform_device. Signed-off-by: Libo Chen --- drivers/net/irda/pxaficp_ir.c |2 +- 1 files changed, 1 insertions(+), 1