Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29251
b: refs/heads/master
c: 1c1d832
h: refs/heads/master
i:
  29249: 1a83b6d
  29247: cbd4c3d
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Apr 11, 2006
1 parent 107094d commit 86eac3c
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: 987d2f05b396760517eef7cba66b2f415ac484f5
refs/heads/master: 1c1d832cea1ab851a3f9b9d83245f5bc8b5b04b6
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ static int sil24_softreset(struct ata_port *ap, unsigned int *class)
struct sil24_port_priv *pp = ap->private_data;
struct sil24_prb *prb = &pp->cmd_block[0].ata.prb;
dma_addr_t paddr = pp->cmd_block_dma;
unsigned long timeout = jiffies + ATA_TMOUT_BOOT * HZ;
unsigned long timeout = jiffies + ATA_TMOUT_BOOT;
u32 irq_enable, irq_stat;

DPRINTK("ENTER\n");
Expand Down

0 comments on commit 86eac3c

Please sign in to comment.