From: Roland Dreier Date: Sat, 10 Feb 2007 16:00:47 +0000 (-0800) Subject: IB/mthca: Use correct structure size in call to memset() X-Git-Tag: v2.6.21-rc1~273^2^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99d4f22e91d26e0f8b113bf7fde65a335d36ad6b;p=pandora-kernel.git IB/mthca: Use correct structure size in call to memset() When clearing the ib_ah_attr parameter in to_ib_ah_attr(), use sizeof *ib_ah_attr instead of sizeof *path. Pointed out by Jack Morgenstein . Signed-off-by: Roland Dreier --- Reading git-diff-tree failed