From: Jingoo Han Date: Thu, 22 Aug 2013 02:00:55 +0000 (+0900) Subject: pinctrl: sh-pfc: remove unnecessary platform_set_drvdata() X-Git-Tag: v3.12-rc1~151^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db8ed174295f33e7c3441557a0caf296399ddea5;p=pandora-kernel.git pinctrl: sh-pfc: 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: Laurent Pinchart Signed-off-by: Linus Walleij --- Reading git-diff-tree failed