]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf0db792a48a65c2f323e735bb50bf0eae0a1dece
tree5d387c75daad1d8e4933dd8866fdf595dca61797
parentd5faecad5eb827bc8768ef2822647461084d566f
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