Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180689
b: refs/heads/master
c: b857df1
h: refs/heads/master
i:
  180687: 776418a
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Russell King committed Feb 18, 2010
1 parent 3b0832e commit 1e8fdb5
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: 6c09f09d44690d341d970559b64779bef8b9236b
refs/heads/master: b857df1acc634b18db1db2a40864af985100266e
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/arm/fas216.c
Original file line number Diff line number Diff line change
Expand Up @@ -2516,7 +2516,7 @@ int fas216_eh_device_reset(struct scsi_cmnd *SCpnt)
if (info->scsi.phase == PHASE_IDLE)
fas216_kick(info);

mod_timer(&info->eh_timer, 30 * HZ);
mod_timer(&info->eh_timer, jiffies + 30 * HZ);
spin_unlock_irqrestore(&info->host_lock, flags);

/*
Expand Down

0 comments on commit 1e8fdb5

Please sign in to comment.