From: Jingoo Han Date: Wed, 11 Sep 2013 21:19:43 +0000 (-0700) Subject: drivers/iommu: remove unnecessary platform_set_drvdata() X-Git-Tag: v3.12-rc1~52^2~297 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e42781caf6f5f1c77e842d6dcbbf5c51b8b2c29;p=pandora-kernel.git drivers/iommu: 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 Cc: David Brown Cc: Stephen Boyd Cc: Joerg Roedel Cc: Suman Anna Acked-by: Libo Chen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed