iseries_veth: Fix wrong parameter given to sizeof call
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 17 Nov 2011 10:33:52 +0000 (10:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Nov 2011 19:56:35 +0000 (14:56 -0500)
commitba9bb431d3156a1c5d4d6f0b8c23b5792e9e9f4f
tree5d387c75daad1d8e4933dd8866fdf595dca61797
parent6fe4c6d466e95d31164f14b1ac4aefb51f0f4f82
iseries_veth: Fix wrong parameter given to sizeof call

"remote_list" is of type

struct dma_chunk remote_list[VETH_MAX_FRAMES_PER_MSG];

Probably a copy'n'paste error.

Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/iseries_veth.c