Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317921
b: refs/heads/master
c: cce14cb
h: refs/heads/master
i:
  317919: 73afa90
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 13, 2012
1 parent 27f922a commit 8abdb4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 06bc659cefefcb9614b766c48d78dc4158ca79e7
refs/heads/master: cce14cbd7425fc14b8cff4cbc11cfd9f3b6721f5
2 changes: 0 additions & 2 deletions trunk/drivers/staging/comedi/drivers/rtd520.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,6 @@ struct rtdPrivate {
/* Macros to access registers */

/* ADC sample counter, 10bit */
#define RtdAdcSampleCount(dev) \
readl(devpriv->las0+LAS0_ADC_SCNT)
#define RtdAdcSampleCounter(dev, v) \
writel((v) & 0x3ff, devpriv->las0+LAS0_ADC_SCNT)

Expand Down

0 comments on commit 8abdb4c

Please sign in to comment.