]> git.baikalelectronics.ru Git - kernel.git/commit
IB/mlx4: Check correct variable for allocation failure
authorDan Carpenter <error27@gmail.com>
Wed, 7 Apr 2010 09:39:01 +0000 (09:39 +0000)
committerRoland Dreier <rolandd@cisco.com>
Wed, 7 Apr 2010 21:18:14 +0000 (14:18 -0700)
commit351b780ca6c4ec3a37acba2e6a0d38cbb85effcf
tree98aa27cecf06760dd4b85e2e85d51138a8b3f9c5
parent656a0227d19826da6335cef0f298e024ed2b6f9c
IB/mlx4: Check correct variable for allocation failure

The intent here is to check the "mfrpl->mapped_page_list" allocation.
We checked "mfrpl->ibfrpl.page_list" earlier.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mlx4/mr.c