commit | e675b6db1245649f91bb1bfb10baef9af6d3f8e6 | [log] [tgz] |
---|---|---|
author | Alexander Schmidt <alexs@linux.vnet.ibm.com> | Mon Jul 05 16:19:25 2010 +0000 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Jul 21 12:46:29 2010 -0700 |
tree | 83a471d78fb6b118aedd269f8eb5ac0b9b8b9336 | |
parent | 91fb0dd9cb71ab1a90ab1f48c34b935fdbca55b9 [diff] |
IB/ehca: Catch failing ioremap() When ioremap() fails with a NULL pointer, catch the error and pass it to the caller of create_qp() or create_cq() instead of trying to dereference the NULL pointer later on. Signed-off-by: Alexander Schmidt <alexs@linux.vnet.ibm.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>