Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1181
b: refs/heads/master
c: 6262d06
h: refs/heads/master
i:
  1179: ecb6565
v: v3
  • Loading branch information
Jody McIntyre authored and Linus Torvalds committed May 17, 2005
1 parent e43e2ec commit 8afd80e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 74a01d11c92c06a0ceac88ca306d507a8186e7f6
refs/heads/master: 6262d062a3fc803d1798365e745b39f4faa04b0e
2 changes: 1 addition & 1 deletion trunk/drivers/ieee1394/ieee1394_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ int hpsb_send_packet(struct hpsb_packet *packet)

if (!packet->no_waiter || packet->expect_response) {
atomic_inc(&packet->refcnt);
packet->sendtime = jiffies;
packet->sendtime = jiffies + 10 * HZ;
skb_queue_tail(&host->pending_packet_queue, packet->skb);
}

Expand Down

0 comments on commit 8afd80e

Please sign in to comment.