commit | 3828ff457a694f97f88f6978bea428199df0a690 | [log] [tgz] |
---|---|---|
author | Ralph Campbell <ralph.campbell@qlogic.com> | Tue Oct 23 15:04:15 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Jan 25 14:15:25 2008 -0800 |
tree | 0ded699f96774f42b64828417d688cc88379db04 | |
parent | 8d8293cfb38b042835eeded7c1d90f75ca243e87 [diff] |
IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler() In ib_mad_recv_done_handler(), the response pointer is checked for NULL after allocating it. It is then checked again in the local process_mad() path but there is no possibility of it changing in between. Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com> Acked-by: Hal Rosenstock <hal@xsigo.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>