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:
0bd1164
)
staging: comedi: rtd520: remove RtdDio0CtrlRead macro
author
H Hartley Sweeten
<
[email protected]
>
Wed, 11 Jul 2012 00:07:59 +0000
(17:07 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sun, 15 Jul 2012 23:56:36 +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 bcf15aec1d82758020fc0e7747cbfecf5ebf25a8..b0c5f344c168d65dcd02c311844a9c811fc8e5b2 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 RtdDio0CtrlRead(dev) \
- (readw(devpriv->las0+LAS0_DIO0_CTRL) & 0xff)
#define RtdDio0CtrlWrite(dev, v) \
writew((v) & 0xff, devpriv->las0+LAS0_DIO0_CTRL)