Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317923
b: refs/heads/master
c: 2bdb728
h: refs/heads/master
i:
  317921: 8abdb4c
  317919: 73afa90
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 13, 2012
1 parent 2276c04 commit 61d5256
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 3b8e25eeddcd8adb23ee72f09dee1ef644ba6a2a
refs/heads/master: 2bdb728c14919f0ac8b8a14511c383cae55ab199
5 changes: 0 additions & 5 deletions trunk/drivers/staging/comedi/drivers/rtd520.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,11 +406,6 @@ struct rtdPrivate {

/* Macros to access registers */

/* User Timer/Counter (8254) */
#define RtdUtcCounterGet(dev, n) \
readb(devpriv->las0 \
+ ((n <= 0) ? LAS0_UTC0 : ((1 == n) ? LAS0_UTC1 : LAS0_UTC2)))

#define RtdUtcCounterPut(dev, n, v) \
writeb((v) & 0xff, devpriv->las0 \
+ ((n <= 0) ? LAS0_UTC0 : ((1 == n) ? LAS0_UTC1 : LAS0_UTC2)))
Expand Down

0 comments on commit 61d5256

Please sign in to comment.