[PATCH] drivers/infiniband/core/mad.c: fix use-after-release case
authorAdrian Bunk <bunk@stusta.de>
Sat, 26 Nov 2005 23:37:36 +0000 (00:37 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 28 Nov 2005 04:23:13 +0000 (20:23 -0800)
The Coverity checker spotted this obvious use-after-release bug caused
by a wrong order of the cleanups.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found