Commit 91912395 authored by Kai Germaschewski's avatar Kai Germaschewski

ST5481 USB ISDN driver fix

Fix typo introduced in the USB update.
parent 8d663a97
......@@ -416,7 +416,7 @@ st5481_setup_isocpipes(struct urb* urb[2], struct usb_device *dev,
for (j = 0; j < 2; j++) {
retval = -ENOMEM;
urb[j] = usb_alloc_urb(num_packet, GFP_KERNEL);
urb[j] = usb_alloc_urb(num_packets, GFP_KERNEL);
if (!urb[j])
goto err;
......
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