commit | 9285faa1e7c8ffcc8901c40f6e1cc06d93e92431 | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Wed Apr 16 21:09:34 2008 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Apr 16 21:09:34 2008 -0700 |
tree | 094647e312edba67f6f5b555020ecb6fd7f34f67 | |
parent | bbf8eed1a0f8949f7385146624f736f829992a70 [diff] |
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 <tom@opengridcomputing.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>