From: Jingoo Han Date: Thu, 23 May 2013 10:20:40 +0000 (+0900) Subject: spi: use platform_{get,set}_drvdata() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~28^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b5a82cf5709a4bc577f42fdaa61b23a7f58f08;p=pandora-kernel.git spi: use platform_{get,set}_drvdata() 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed