Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89618
b: refs/heads/master
c: 7c1fca3
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Apr 18, 2008
1 parent 830dccf commit 7aa178e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: bd7dee6311156b7cdf884344feb34628909398ad
refs/heads/master: 7c1fca336661aaeb70b9094c4b8eaae389027509
3 changes: 1 addition & 2 deletions trunk/drivers/firewire/fw-sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,7 @@ static int sbp2_probe(struct device *dev)
goto fail_shost_put;

fw_device_get(device);
get_device(&unit->device);

/* Initialize to values that won't match anything in our table. */
firmware_revision = 0xff000000;
Expand All @@ -1134,8 +1135,6 @@ static int sbp2_probe(struct device *dev)

sbp2_init_workarounds(tgt, model, firmware_revision);

get_device(&unit->device);

/* 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);
Expand Down

0 comments on commit 7aa178e

Please sign in to comment.