From: Jingoo Han Date: Tue, 16 Oct 2012 04:21:44 +0000 (+0900) Subject: video: s3c-fb: use dev_get_drvdata() instead of platform_get_drvdata() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~2^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bab8b563ef08455440badca7fe79b2c700bd1b75;p=pandora-kernel.git video: s3c-fb: use dev_get_drvdata() instead of platform_get_drvdata() Because there is no need to access to the platform device in suspend/resume and runtime_suspend/resume, dev_get_drvdata() can be used instead of platform_get_drvdata() to make the code smaller. Signed-off-by: Jingoo Han --- Reading git-diff-tree failed