From: Yevgeny Petrilin Date: Mon, 8 Jun 2009 07:39:58 +0000 (-0700) Subject: mlx4: FIX error flow when initializing EQ table X-Git-Tag: v2.6.31-rc1~330^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5b19b635c39fdb819500b0a746b44fe40c9a303;p=pandora-kernel.git mlx4: FIX error flow when initializing EQ table If mlx4_create_eq() would fail for one of EQ's assigned for completion handling, the code would try to free the same EQ we failed to create. The crash was found by Christoph Lameter Signed-off-by: Yevgeny Petrilin Signed-off-by: David S. Miller --- Reading git-diff-tree failed