Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317926
b: refs/heads/master
c: 7b15fcc
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 13, 2012
1 parent 6b1951f commit 33b35db
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: abf39e3f9cf56a5e041585ef7a93ebf270e2ae61
refs/heads/master: 7b15fcc90215d9739307706c7ab23dec49cea57a
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 clock source (write only) */
#define RtdUtcClockSource(dev, n, v) \
writew(v, devpriv->las0 \
+ ((n <= 0) ? LAS0_UTC0_CLOCK : \
((1 == n) ? LAS0_UTC1_CLOCK : LAS0_UTC2_CLOCK)))

/* Set UTCn gate source (write only) */
#define RtdUtcGateSource(dev, n, v) \
writew(v, devpriv->las0 \
Expand Down

0 comments on commit 33b35db

Please sign in to comment.