Re: [PATCH v3 RESEND 5/7] net: sunhme: use platform_{get,set}_drvdata()

2013-08-16 Thread David Miller
You can't just update one patch and resend it by itself. You must resubmit the entire series. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: [PATCH v3 RESEND 5/7] net: sunhme: use platform_{get,set}_drvdata()

2013-08-16 Thread David Miller
You can't just update one patch and resend it by itself. You must resubmit the entire series. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

[PATCH v3 RESEND 5/7] net: sunhme: use platform_{get,set}_drvdata()

2013-08-15 Thread Libo Chen
Use the wrapper functions for getting and setting the driver data using platform_device instead of using dev_{get,set}_drvdata() with _dev->dev, so we can directly pass a struct platform_device. changelog: remove modify about happy_meal_pci_probe && happy_meal_pci_remove Signed-off-by:

[PATCH v3 RESEND 5/7] net: sunhme: use platform_{get,set}_drvdata()

2013-08-15 Thread Libo Chen
Use the wrapper functions for getting and setting the driver data using platform_device instead of using dev_{get,set}_drvdata() with of_dev-dev, so we can directly pass a struct platform_device. changelog: remove modify about happy_meal_pci_probe happy_meal_pci_remove Signed-off-by: