diff options
author | Andre Przywara <[email protected]> | 2020-03-24 13:23:40 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-03-24 16:33:04 -0700 |
commit | 71791dc8bdea55eeb2a0caefe98a0b7450c6e0af (patch) | |
tree | bf079aae1a3707d2cd2b95ffc9a5c76f878d3f3a /scripts/gcc-plugins/cyc_complexity_plugin.c | |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions