]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
korina: fix usage of driver_data
authorPhil Sutter <n0-1@freewrt.org>
Thu, 15 Jan 2009 05:46:51 +0000 (21:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Jan 2009 16:28:17 +0000 (08:28 -0800)
commitb96ecfa689126d1e652ebd758da0b5b9b27dbd12
tree9caed6a7f1c863f52173695064cffc0ab08b0b37
parent0ef00459a638ae4f5d1e5326d3e50232fa80119f
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 <n0-1@freewrt.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/korina.c