]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/ibmveth: fix panic in probe
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 11 May 2009 21:44:51 +0000 (21:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 May 2009 22:19:36 +0000 (15:19 -0700)
commitd44b5e07c6813e6d747f7f947f1da5f0abf14eb4
treeb6f59f1e62b9c5d704d69bef96ad485ac1579d77
parent6d45522c532be430b2ed63ed48a6a9e15328af66
net/ibmveth: fix panic in probe

netdev->dev_addr changed from being an array to being a pointer, so we
should not take its address for memcpy().

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ibmveth.c