From: Chris Humbert Date: Mon, 28 Nov 2005 17:29:23 +0000 (-0800) Subject: [PATCH] USB: don't allocate dma pools for PIO HCDs X-Git-Tag: v2.6.16-rc1~474^2~22^2~10^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd39b7f195e5a780a3c6710eb1c1450f158a1f31;p=pandora-kernel.git [PATCH] USB: don't allocate dma pools for PIO HCDs USB: don't allocate dma pools for PIO HCDs hcd_buffer_alloc() and hcd_buffer_free() have a similar dma_mask check and revert to kmalloc()/kfree(), but hcd_buffer_create() doesn't check dma_mask and allocates unused dma pools. Signed-off-by: Chris Humbert Acked-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed