Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117889
b: refs/heads/master
c: 0dcfeb7
h: refs/heads/master
i:
  117887: 4c4054b
v: v3
  • Loading branch information
Stefan Richter committed Oct 26, 2008
1 parent 80a79a4 commit c42deac
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: 7007a0765e33bf89182e069e35ec6009fa54f610
refs/heads/master: 0dcfeb7e3c8695c5aa3677dda8efb9bef2e7e64d
2 changes: 1 addition & 1 deletion trunk/drivers/firewire/fw-sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ static int sbp2_probe(struct device *dev)

/* Do the login in a workqueue so we can easily reschedule retries. */
list_for_each_entry(lu, &tgt->lu_list, link)
sbp2_queue_work(lu, 0);
sbp2_queue_work(lu, DIV_ROUND_UP(HZ, 5));
return 0;

fail_tgt_put:
Expand Down

0 comments on commit c42deac

Please sign in to comment.