]> git.baikalelectronics.ru Git - kernel.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)
commitef79c9628e2fb8c26651cad20a13a1e48e239aab
treeb6f59f1e62b9c5d704d69bef96ad485ac1579d77
parent52219019f9d0a103e4c75bf1dd6315b1064196bc
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