From: Amir Vadai Date: Thu, 6 Mar 2014 16:28:16 +0000 (+0200) Subject: net/mlx4_core: Fix memory access error in mlx4_QUERY_DEV_CAP_wrapper() X-Git-Tag: v3.14-rc7~10^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57352ef4f5f19969a50d42e84b274287993b576f;p=pandora-kernel.git net/mlx4_core: Fix memory access error in mlx4_QUERY_DEV_CAP_wrapper() Fix a regression introduced by [1]. outbox was accessed instead of outbox->buf. Typo was copy-pasted to [2] and [3]. [1] - cc1ade9 mlx4_core: Disable memory windows for virtual functions [2] - 4de6580 mlx4_core: Add support for steerable IB UD QPs [3] - 7ffdf72 net/mlx4_core: Add basic support for TCP/IP offloads under tunneling Signed-off-by: Or Gerlitz Signed-off-by: Amir Vadai Signed-off-by: David S. Miller --- Reading git-diff-tree failed