From: Jingoo Han Date: Thu, 22 Aug 2013 01:55:21 +0000 (+0900) Subject: ethernet: moxa: remove unnecessary platform_set_drvdata() X-Git-Tag: v3.12-rc1~132^2~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092270656d7f05f6d0c4eb79c8a74a2ce1b45bec;p=pandora-kernel.git ethernet: moxa: 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed