commit | 17413852804d7e86e6f0576cca32c1541817800e | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Tue Mar 10 18:38:02 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 10 16:07:49 2020 -0700 |
tree | 150db98a777a1bd6ec8f2af3e7cac6a8aa2d14c7 | |
parent | 240c1948491b81cfe40f84ea040a8f2a4966f101 [diff] |
s390/qeth: handle error when backing RX buffer qeth_init_qdio_queues() fills the RX ring with an initial set of RX buffers. If qeth_init_input_buffer() fails to back one of the RX buffers with memory, we need to bail out and report the error. Fixes: 4a71df50047f ("qeth: new qeth device driver") Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>