Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25803
b: refs/heads/master
c: 76789f0
h: refs/heads/master
i:
  25801: 6952b0c
  25799: a8beb8e
v: v3
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Apr 13, 2006
1 parent 279cb32 commit 5e40360
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: ab19d52bec6c1b266228417b58ae6f36f3ea097c
refs/heads/master: 76789f01768bb4cef706f4c9e7e2f3f4eb8c1431
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sym53c8xx_2/sym_hipd.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ static int sym_getpciclock (struct sym_hcb *np)
* calculations more simple.
*/
#define _5M 5000000
static u32 div_10M[] = {2*_5M, 3*_5M, 4*_5M, 6*_5M, 8*_5M, 12*_5M, 16*_5M};
static const u32 div_10M[] = {2*_5M, 3*_5M, 4*_5M, 6*_5M, 8*_5M, 12*_5M, 16*_5M};

/*
* Get clock factor and sync divisor for a given
Expand Down

0 comments on commit 5e40360

Please sign in to comment.