commit | d44b5e07c6813e6d747f7f947f1da5f0abf14eb4 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Mon May 11 21:44:51 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun May 17 15:19:36 2009 -0700 |
tree | b6f59f1e62b9c5d704d69bef96ad485ac1579d77 | |
parent | 6d45522c532be430b2ed63ed48a6a9e15328af66 [diff] |
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>