From: Phil Sutter Date: Thu, 15 Jan 2009 05:46:51 +0000 (-0800) Subject: korina: fix usage of driver_data X-Git-Tag: v2.6.29-rc2~11^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b96ecfa689126d1e652ebd758da0b5b9b27dbd12;p=pandora-kernel.git korina: fix usage of driver_data Using platform_set_drvdata() here makes no sense, since the driver_data field has already been filled with valuable data (i.e. the MAC address). Also having driver_data point to the net_device is rather pointless since struct korina_device contains an apropriate field for it. Signed-off-by: Phil Sutter Signed-off-by: David S. Miller --- Reading git-diff-tree failed