commit | 71791dc8bdea55eeb2a0caefe98a0b7450c6e0af | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Tue Mar 24 13:23:40 2020 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 24 16:33:04 2020 -0700 |
tree | bf079aae1a3707d2cd2b95ffc9a5c76f878d3f3a | |
parent | ab365c3393664f32116aa22fe322cb04a93fab31 [diff] |
net: axienet: Check for DMA mapping errors Especially with the default 32-bit DMA mask, DMA buffers are a limited resource, so their allocation can fail. So as the DMA API documentation requires, add error checking code after dma_map_single() calls to catch the case where we run out of "low" memory. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: David S. Miller <davem@davemloft.net>