Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 471
b: refs/heads/master
c: 9727d04
h: refs/heads/master
i:
  469: fb2ad86
  467: 5111217
  463: ef89a13
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Apr 26, 2005
1 parent 74d9abd commit 7663fd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b76be681f8b296c00f707220b9891934d5d74778
refs/heads/master: 9727d04aa6d58e131128b4178e742c423480d476
4 changes: 2 additions & 2 deletions trunk/drivers/usb/net/pegasus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1388,11 +1388,11 @@ static int pegasus_resume (struct usb_interface *intf)
if (netif_running(pegasus->net)) {
pegasus->rx_urb->status = 0;
pegasus->rx_urb->actual_length = 0;
read_bulk_callback(pegasus->rx_urb, 0);
read_bulk_callback(pegasus->rx_urb, NULL);

pegasus->intr_urb->status = 0;
pegasus->intr_urb->actual_length = 0;
intr_callback(pegasus->intr_urb, 0);
intr_callback(pegasus->intr_urb, NULL);

queue_delayed_work(pegasus_workqueue, &pegasus->carrier_check,
CARRIER_CHECK_DELAY);
Expand Down

0 comments on commit 7663fd1

Please sign in to comment.