]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: fec: call dma_mapping_error() where appropriate
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 21 Oct 2013 14:36:23 +0000 (16:36 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 5 Nov 2013 10:07:16 +0000 (11:07 +0100)
commitf9b0af8090ada422c7b23425bcb9786bfe1d8b90
treebe5ba76e093c28331e8b89aede26590986d48ec7
parentcf44d1c0d691ed8934b8d5db3d13b8786c04b456
net: fec: call dma_mapping_error() where appropriate

This patch fixes the warning:
| DMA-API: device driver failed to check map error
when compiled with CONFIG_DMA_API_DEBUG enabled.
drivers/net/ethernet/freescale/fec_main.c