commit | 2c79dad8953626b8b808a353bc661c9f321a64c0 | [log] [tgz] |
---|---|---|
author | Insu Yun <wuninsu@gmail.com> | Thu Oct 15 21:15:15 2015 +0000 |
committer | Doug Ledford <dledford@redhat.com> | Wed Oct 21 16:41:19 2015 -0400 |
tree | 814f22590750e094867201bfc9a9849c5fdf0c30 | |
parent | fc81a06965396150a395b1fe29f1bd13d4825ad6 [diff] |
usnic: correctly check failed allocation Since ib_alloc_device returns allocated memory address, not error, it should be checked as IS_NULL, not IS_ERR_OR_NULL. Signed-off-by: Insu Yun <wuninsu@gmail.com> Reviewed-by: Dave Goodell <dgoodell@cisco.com> Signed-off-by: Doug Ledford <dledford@redhat.com>