]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: sierra: dma fixes
authorOliver Neukum <oliver@neukum.org>
Fri, 14 Mar 2008 07:53:24 +0000 (00:53 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 25 Mar 2008 05:26:15 +0000 (22:26 -0700)
commit4f4f9c53c241a0205434c76d05eba2c5f160e9d0
treebdb487c15fb22e4d07101ff77c3fa9b0453a0ab6
parentcc36bdd47ae51b66780b317c1fa519221f894405
USB: sierra: dma fixes

while I was adding autosuspend to that driver I noticed a few issues.
You were having DMAed buffers as a part of a structure.
This will fail on platforms that are not DMA-coherent (arm, sparc, ppc, ...)
Please test this patch to fix it.

Signed-off-by: Kevin Lloyd <klloyd@sierrawireless.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/sierra.c