[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20090917.102735.33788478.davem@davemloft.net>
Date: Thu, 17 Sep 2009 10:27:35 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jie.yang@...eros.com
Cc: miles.lane@...il.com, chris.snook@...il.com, jcliburn@...il.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [Patch net-next]atl1e:fix 2.6.31-git4 -- ATL1E 0000:03:00.0:
DMA-API: device driver frees DMA
From: <jie.yang@...eros.com>
Date: Wed, 16 Sep 2009 17:28:30 +0800
> use the wrong API when free dma. So when map dma use a flag to demostrate whether it is 'pci_map_single' or 'pci_map_page'. When free the dma, check the flags to select the right APIs('pci_unmap_single' or 'pci_unmap_page').
>
> set the flags type to u16 instead of unsigned long on David's comments.
>
> Signed-off-by: Jie Yang <jie.yang@...eros.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists