From: Jingoo Han Date: Tue, 3 Dec 2013 06:50:09 +0000 (+0900) Subject: clocksource: sh_tmu: Remove unnecessary platform_set_drvdata() X-Git-Tag: v3.14-rc1~169^2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5707f18c28f4df0f993d965aff1c168b69637d63;p=pandora-kernel.git clocksource: sh_tmu: Remove unnecessary platform_set_drvdata() The driver core clears the driver data to NULL after device_release or on probe failure. Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingoo Han Acked-by: Simon Horman Signed-off-by: Daniel Lezcano --- Reading git-diff-tree failed