Hi,
Matthias Urlichs:
> Fine by me.
or, in other words:
Signed-Off-By: Matthias Urlichs
--
-- Matthias Urlichs
signature.asc
Description: Digital signature
Hi,
Johan Hovold:
> > > -USB OPTION-CARD DRIVER
> > > -M: Matthias Urlichs
> > > -L: linux-usb@vger.kernel.org
> > > -S: Maintained
> > > -F: drivers/usb/serial/option.c
> >
> > Why are we taking away the
The option driver
- violates DMA coherency rules
- allocates ~16500 bytes in one chunk
This patch splits out the buffers and uses __get_free_page() to avoid
higher order allocations.
Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]>
Acked-By: Matthias Urlichs <[EMAIL PROTECTED]>
---