rsxx: enable error return of rsxx_eeh_save_issued_dmas()
authorPhilip J Kelleher <pjk1939@linux.vnet.ibm.com>
Tue, 26 Mar 2013 16:03:07 +0000 (11:03 -0500)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Mar 2013 20:48:11 +0000 (14:48 -0600)
Commit d8d595df introduced a bug where we did not check for a NULL
return from kmalloc(). Make rsxx_eeh_save_issued_dmas() return an
error for that case, and make the callers handle that.

Signed-off-by: Philip J Kelleher <pjk1939@linux.vnet.ibm.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found