From: Andrew Morton Date: Fri, 16 May 2008 21:28:30 +0000 (-0700) Subject: IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send() X-Git-Tag: v2.6.26-rc4~58^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3d8e1591dc90d359d444c759dfda2c6fc605251;p=pandora-kernel.git IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send() drivers/infiniband/hw/mlx4/qp.c: In function 'mlx4_ib_post_send': drivers/infiniband/hw/mlx4/qp.c:1460: warning: 'seglen' may be used uninitialized in this function This is the dopey gcc-doesn't-know-that-foo(&var)-writes-to-var problem. Signed-off-by: Andrew Morton Signed-off-by: Roland Dreier --- Reading git-diff-tree failed