From: Mark Einon Date: Thu, 20 Oct 2011 00:18:44 +0000 (+0100) Subject: staging: et131x: Match dma_alloc_ calls with dma_free_ calls X-Git-Tag: v3.2-rc1~169^2^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=675c8f68ca65632624c0ebc03788f53c2109bf5b;p=pandora-kernel.git staging: et131x: Match dma_alloc_ calls with dma_free_ calls Previous update was to replace pci_alloc with dma_alloc calls. I missed replacing the corresponding pci_free_ calls with the dma versions. Now done. Thanks to Denis Kirjanov for pointing this out. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed