RE: [PATCH net-next 2/3] enic: check dma_mapping_error
From: David Laight <hidden>
Date: 2015-01-05 17:40:28
From: David Laight <hidden>
Date: 2015-01-05 17:40:28
This patch checks for pci_dma_mapping_error() after dma mapping the data. If the dma mapping fails we remove the previously queued frags and return NETDEV_TX_OK.
This patch contains a lot of whitespace changes that make it very difficult to review. Split the patch. David