From: Libo Chen Date: Wed, 21 Aug 2013 07:02:18 +0000 (+0800) Subject: net: ucc_geth: remove unnecessary dev_set_drvdata() X-Git-Tag: v3.12-rc1~132^2~217 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01007f5cfb441ca5f705009ba51ea50be4bc7dc7;p=pandora-kernel.git net: ucc_geth: remove unnecessary dev_set_drvdata() Unnecessary dev_set_drvdata() is removed, because the driver core clears the driver data to NULL after device_release or on probe failure. Signed-off-by: Libo Chen Signed-off-by: David S. Miller --- Reading git-diff-tree failed