projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e91403b
)
staging: comedi: rtd520: remove RtdDio1Read macro
author
H Hartley Sweeten
<
[email protected]
>
Wed, 11 Jul 2012 00:05:55 +0000
(17:05 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sun, 15 Jul 2012 23:56:35 +0000
(16:56 -0700)
This macro uses the 'devpriv' macro which relies on a local variable
having a specific name. It's also not used. Remove the macro.
Signed-off-by: H Hartley Sweeten <
[email protected]
>
Cc: Ian Abbott <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/comedi/drivers/rtd520.c
patch
|
blob
|
history
diff --git
a/drivers/staging/comedi/drivers/rtd520.c
b/drivers/staging/comedi/drivers/rtd520.c
index 6640e1b9d06beb36e0e5569701ff2a3c9bc121b0..826c01bbba8e9a9a03a41b02772552b4d577f1fc 100644
(file)
--- a/
drivers/staging/comedi/drivers/rtd520.c
+++ b/
drivers/staging/comedi/drivers/rtd520.c
@@
-406,8
+406,6
@@
struct rtdPrivate {
/* Macros to access registers */
-#define RtdDio1Read(dev) \
- (readw(devpriv->las0+LAS0_DIO1) & 0xff)
#define RtdDio1Write(dev, v) \
writew((v) & 0xff, devpriv->las0+LAS0_DIO1)