commit | 39536ff81e81fef6202612a3ba98aa21fa00c254 | [log] [tgz] |
---|---|---|
author | Ondrej Zary <linux@rainbow-software.org> | Thu Nov 19 20:13:04 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 20 14:48:27 2015 -0500 |
tree | 55f352047e7612cce6f7f508a15a8ba36fe09005 | |
parent | 6b99c6d558bbfaba0292db1996199325a74c7d02 [diff] |
dl2k: Handle memory allocation errors in alloc_list If memory allocation fails in alloc_list(), free the already allocated memory and return -ENOMEM. In rio_open(), call alloc_list() first and abort if it fails. Move HW access (set RFDListPtr) out ot alloc_list(). Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: David S. Miller <davem@davemloft.net>