From: Harvey Harrison Date: Thu, 21 Oct 2010 18:05:34 +0000 (+0000) Subject: vmxnet3: fix typo setting confPA X-Git-Tag: v2.6.37-rc1~88^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0561cf3dbff1f37c0d374fb1b824ef3a117c85e0;p=pandora-kernel.git vmxnet3: fix typo setting confPA It's a le64, not a le32, typo in one place only. Noticed by sparse: drivers/net/vmxnet3/vmxnet3_drv.c:2668:52: warning: incorrect type in assignment (different base types) drivers/net/vmxnet3/vmxnet3_drv.c:2668:52: expected restricted __le64 [usertype] confPA drivers/net/vmxnet3/vmxnet3_drv.c:2668:52: got restricted __le32 [usertype] Signed-off-by: Harvey Harrison Signed-off-by: Shreyas Bhatewara Signed-off-by: David S. Miller --- Reading git-diff-tree failed