RE: some fixes of the sierra driver

2008-01-30 Thread Kevin Lloyd
: Linux Development Group; linux-usb@vger.kernel.org Subject: some fixes of the sierra driver Hi, 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

some fixes of the sierra driver

2008-01-30 Thread Oliver Neukum
Hi, 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. Regards Oliver --- linux-