commit | 136d8f377e1575463b47840bc5f1b22d94bf8f63 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Sun Aug 04 17:22:34 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 04 18:35:01 2013 -0700 |
tree | a398c9c221af33a0c7085a630a134224609f8a50 | |
parent | 72a67a94bcba71a5fddd6b3596a20604d2b5dcd6 [diff] |
skge: add dma_mapping check This old driver never checked for DMA mapping errors. Causing splats with the new DMA mapping checks: WARNING: at lib/dma-debug.c:937 check_unmap+0x47b/0x930() skge 0000:01:09.0: DMA-API: device driver failed to check map Add checks and unwind code. Reported-by: poma <pomidorabelisima@gmail.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>