diff options
Diffstat (limited to 'usb-line6.patch')
| -rw-r--r-- | usb-line6.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usb-line6.patch b/usb-line6.patch index 83c74b88adbdbc..1056bf953bf254 100644 --- a/usb-line6.patch +++ b/usb-line6.patch @@ -7,6 +7,7 @@ The line6 driver uses a lot of USB buffers off of the stack, which is not allowed on many systems. Fix this up by dynamically allocating the buffers with kmalloc() which allows for proper DMA-able memory. +Tested-by: Christo Gouws <gouws.christo@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: stable <stable@vger.kernel.org> |
