From: Jingoo Han Date: Mon, 2 Sep 2013 08:08:44 +0000 (+0900) Subject: net: sunhme: use platform_{get,set}_drvdata() X-Git-Tag: v3.12-rc1~132^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e04e37a88dcd674df131582b84ab2dc488397d53;p=pandora-kernel.git net: sunhme: 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. This is a purely cosmetic change. Signed-off-by: Jingoo Han Signed-off-by: David S. Miller --- Reading git-diff-tree failed