Re: [PATCH V2] mmc: host: use platform_{get,set}_drvdata()

2013-06-27 Thread Chris Ball
Hi Jingoo, On Mon, Jun 03 2013, Jingoo Han 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: Jingoo Han > Acked-by: Mic

[PATCH V2] mmc: host: use platform_{get,set}_drvdata()

2013-06-02 Thread Jingoo Han
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: Jingoo Han Acked-by: Michał Mirosław --- Changes since v1: - Fixed the missed counter