[PATCH] USB: usb buffer allocation shouldn't require DMA
commit29a611ab51e01eecca6f87ba6aa55b0ad6cc40d0
authorDavid Brownell <david-b@pacbell.net>
Wed, 10 Mar 2004 05:31:40 +0000 (9 21:31 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 10 Mar 2004 05:31:40 +0000 (9 21:31 -0800)
treefde34340d7df1ce8d373dbaa04bd144ba91aa20a
parent529ba76ce41393cea6a7b6570fe9ab0f7bbb697b
[PATCH] USB: usb buffer allocation shouldn't require DMA

Deepak's recent dma_pool changes accidentally assumed that
all HCDs use DMA.  The fix is simple:  use kmalloc/kfree
when there's no DMA.
drivers/usb/core/buffer.c