staging: et131x: Match dma_alloc_ calls with dma_free_ calls
authorMark Einon <mark.einon@gmail.com>
Thu, 20 Oct 2011 00:18:44 +0000 (01:18 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 23 Oct 2011 08:07:11 +0000 (10:07 +0200)
commit675c8f68ca65632624c0ebc03788f53c2109bf5b
treeff34852a00d2b177537fb26ad020caf6d9cc887c
parent0d1b7a84d3672023c6bc6d7eaa988db8bd3202ba
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 <kirjanov@gmail.com> for pointing this
out.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/et131x/et131x.c