Commit 61c59705 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: fix bad value in kaweth.c driver

Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent d0e5670c
...@@ -668,7 +668,7 @@ static int kaweth_open(struct net_device *net) ...@@ -668,7 +668,7 @@ static int kaweth_open(struct net_device *net)
INTBUFFERSIZE, INTBUFFERSIZE,
int_callback, int_callback,
kaweth, kaweth,
HZ/4); 8);
kaweth->irq_urb->transfer_dma = kaweth->intbufferhandle; kaweth->irq_urb->transfer_dma = kaweth->intbufferhandle;
kaweth->irq_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP; kaweth->irq_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment