From: Tom Tucker Date: Thu, 17 Apr 2008 04:09:34 +0000 (-0700) Subject: RDMA/amso1100: Add check for NULL reply_msg in c2_intr() X-Git-Tag: v2.6.26-rc1~1156^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9285faa1e7c8ffcc8901c40f6e1cc06d93e92431;p=pandora-kernel.git RDMA/amso1100: Add check for NULL reply_msg in c2_intr() Fix a place where we might dereference a NULL pointer; this fixes Coverity CID 1392. On inspection I also found a place where we could attempt to kmem_cache_free() a NULL pointer, so fix this too. Signed-off-by: Tom Tucker Signed-off-by: Roland Dreier --- Reading git-diff-tree failed