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)
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>

No differences found