Skip to content

Commit

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

/* Macros to access registers */

/* Set UTCn gate source (write only) */
#define RtdUtcGateSource(dev, n, v) \
writew(v, devpriv->las0 \
+ ((n <= 0) ? LAS0_UTC0_GATE : \
((1 == n) ? LAS0_UTC1_GATE : LAS0_UTC2_GATE)))

/* User output N source select (write only) */
#define RtdUsrOutSource(dev, n, v) \
writel(v, devpriv->las0+((n <= 0) ? LAS0_UOUT0_SELECT : \
Expand Down

0 comments on commit ed6edd2

Please sign in to comment.