From: Jingoo Han Date: Wed, 18 Sep 2013 19:02:00 +0000 (-0700) Subject: mailbox: remove unnecessary platform_set_drvdata() X-Git-Tag: omap-for-v3.12/fixes-signed~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d287c1d03a4a29c0a1f954ea4c4cad55bc74ae40;p=pandora-kernel.git mailbox: 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: Suman Anna Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed