Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86364
b: refs/heads/master
c: 0fa6dfd
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Feb 16, 2008
1 parent c7126b5 commit ea2a0c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 48f18c761c001a66ef1928b42799c717368b1d64
refs/heads/master: 0fa6dfdb0a2768541e998a5dab10b368de56c60a
6 changes: 6 additions & 0 deletions trunk/drivers/firewire/fw-sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,12 @@ static void sbp2_login(struct work_struct *work)
PREPARE_DELAYED_WORK(&lu->work, sbp2_reconnect);
sbp2_agent_reset(lu);

/* This was a re-login. */
if (lu->sdev) {
sbp2_cancel_orbs(lu);
goto out;
}

if (lu->tgt->workarounds & SBP2_WORKAROUND_DELAY_INQUIRY)
ssleep(SBP2_INQUIRY_DELAY);

Expand Down

0 comments on commit ea2a0c7

Please sign in to comment.