Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317928
b: refs/heads/master
c: db17012
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 13, 2012
1 parent ed6edd2 commit e36b438
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: b673c49f6fa53c8a9ad40cf0121bda293438e7e9
refs/heads/master: db1701246d5c553ed440bcb6ee1b00ed6a975829
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 output N source select (write only) */
#define RtdUsrOutSource(dev, n, v) \
writel(v, devpriv->las0+((n <= 0) ? LAS0_UOUT0_SELECT : \
LAS0_UOUT1_SELECT))

/* Digital IO */
#define RtdDio0Read(dev) \
(readw(devpriv->las0+LAS0_DIO0) & 0xff)
Expand Down

0 comments on commit e36b438

Please sign in to comment.