Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134634
b: refs/heads/master
c: ca1ada8
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Feb 19, 2009
1 parent 0c47c09 commit e182e9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: fcf495b415c5b7611768f54ee931ca165289c8e3
refs/heads/master: ca1ada8861f22db37530594615b635d3dd1bde82
8 changes: 4 additions & 4 deletions trunk/drivers/atm/firestream.c
Original file line number Diff line number Diff line change
Expand Up @@ -1690,17 +1690,17 @@ static int __devinit fs_init (struct fs_dev *dev)
| (0 * SARMODE0_SHADEN) /* We don't use shadow registers. */
| (1 * SARMODE0_INTMODE_READCLEAR)
| (1 * SARMODE0_CWRE)
| IS_FS50(dev)?SARMODE0_PRPWT_FS50_5:
SARMODE0_PRPWT_FS155_3
| (IS_FS50(dev) ? SARMODE0_PRPWT_FS50_5:
SARMODE0_PRPWT_FS155_3)
| (1 * SARMODE0_CALSUP_1)
| IS_FS50 (dev)?(0
| (IS_FS50(dev) ? (0
| SARMODE0_RXVCS_32
| SARMODE0_ABRVCS_32
| SARMODE0_TXVCS_32):
(0
| SARMODE0_RXVCS_1k
| SARMODE0_ABRVCS_1k
| SARMODE0_TXVCS_1k));
| SARMODE0_TXVCS_1k)));

/* 10ms * 100 is 1 second. That should be enough, as AN3:9 says it takes
1ms. */
Expand Down

0 comments on commit e182e9f

Please sign in to comment.