netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] net/intel: Add missing calls to dma_mapping_error
@ 2013-03-16 10:32 Christoph Paasch
  2013-03-16 10:32 ` [PATCH 1/3] e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_rings Christoph Paasch
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Christoph Paasch @ 2013-03-16 10:32 UTC (permalink / raw)
  To: Jeff Kirsher, Bruce Allan, Alex Duyck; +Cc: e1000-devel, netdev, David Miller

After dma_map_single/page, dma_mapping_error must be called.

Christoph Paasch (3):
  e1000: ethtool: Add missing dma_mapping_error-call in
    e1000_setup_desc_rings
  ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffers
  e1000e: Add missing dma_mapping_error-call in
    e1000_alloc_jumbo_rx_buffers

 drivers/net/ethernet/intel/e1000/e1000_ethtool.c | 14 +++++++++++---
 drivers/net/ethernet/intel/e1000e/netdev.c       |  7 ++++++-
 drivers/net/ethernet/intel/ixgb/ixgb_main.c      |  7 ++++++-
 3 files changed, 23 insertions(+), 5 deletions(-)

-- 
1.8.1.227.g44fe835

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-03-20  0:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-16 10:32 [PATCH 0/3] net/intel: Add missing calls to dma_mapping_error Christoph Paasch
2013-03-16 10:32 ` [PATCH 1/3] e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_rings Christoph Paasch
2013-03-20  0:47   ` Jeff Kirsher
2013-03-16 10:32 ` [PATCH 2/3] ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffers Christoph Paasch
2013-03-20  0:48   ` Jeff Kirsher
2013-03-16 10:32 ` [PATCH 3/3] e1000e: Add missing dma_mapping_error-call in e1000_alloc_jumbo_rx_buffers Christoph Paasch
2013-03-20  0:47   ` Jeff Kirsher
2013-03-20  0:46 ` [PATCH 0/3] net/intel: Add missing calls to dma_mapping_error Jeff Kirsher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).