From: David S. Miller Date: Mon, 2 Mar 2009 04:24:32 +0000 (-0800) Subject: typhoon: Need non-vmalloc memory to DMA firmware to the card. X-Git-Tag: v2.6.30-rc1~662^2~456 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d517c4a1da590a7fa50325a5e5cd18f07e8fb5a7;p=pandora-kernel.git typhoon: Need non-vmalloc memory to DMA firmware to the card. request_firmware() gives vmalloc'd memory, which is not suitable for pci_map_single() and friends. Use a kmalloc()'d copy of the firmware for this DMA operation. Signed-off-by: David S. Miller --- Reading git-diff-tree failed