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:
945e398
)
staging: comedi: rtd520: remove RtdAboutCount macro
author
H Hartley Sweeten
<
[email protected]
>
Tue, 10 Jul 2012 23:59:16 +0000
(16:59 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 13 Jul 2012 15:12:29 +0000
(08:12 -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 b6e2c3ecfb5a7be58816448f4c83887f1054ae68..9c0236b684861ffcfd5e59b2ebef363ca300dc58 100644
(file)
--- a/
drivers/staging/comedi/drivers/rtd520.c
+++ b/
drivers/staging/comedi/drivers/rtd520.c
@@
-407,8
+407,6
@@
struct rtdPrivate {
/* Macros to access registers */
/* About counter, 16bit */
-#define RtdAboutCount(dev) \
- readl(devpriv->las0+LAS0_ACNT)
#define RtdAboutCounter(dev, v) \
writel((v) & 0xffff, devpriv->las0+LAS0_ACNT)