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:
5b8b384
)
staging: comedi: rtd520: remove RtdBurstCount macro
author
H Hartley Sweeten
<
[email protected]
>
Tue, 10 Jul 2012 23:57:14 +0000
(16:57 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 13 Jul 2012 15:12:28 +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 7a940b755df6f2da4b313d37205397b6f4926c49..5f9877a3ebf57620b18d9caec66efc07f47522b2 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 */
/* Burst counter, 10bit */
-#define RtdBurstCount(dev) \
- readl(devpriv->las0+LAS0_BCLK)
#define RtdBurstCounter(dev, v) \
writel((v) & 0x3ff, devpriv->las0+LAS0_BCLK)