From 40f7e0dd05f1902c05ae4e4e8cba4a24c3f47c3a Mon Sep 17 00:00:00 2001 From: Libo Chen Date: Wed, 21 Aug 2013 18:15:03 +0800 Subject: [PATCH] can: at91_can: use platform_set_drvdata() Use the wrapper functions for getting and setting the driver data using platform_device instead of using dev_set_drvdata() with &pdev->dev, so we can directly pass a struct platform_device. Signed-off-by: Libo Chen Signed-off-by: Marc Kleine-Budde --- Reading git-format-patch failed