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:
09adfe4
)
cb710: add missing parenthesis
author
Pierre Ossman
<pierre@ossman.eu>
Thu, 4 Jun 2009 05:58:57 +0000
(07:58 +0200)
committer
Pierre Ossman
<pierre@ossman.eu>
Sat, 13 Jun 2009 20:42:58 +0000
(22:42 +0200)
Signed-off-by: Pierre Ossman <pierre@ossman.eu>
drivers/misc/cb710/debug.c
patch
|
blob
|
history
diff --git
a/drivers/misc/cb710/debug.c
b/drivers/misc/cb710/debug.c
index 9da11bc620af74a0e3126602924cae6ab13ffbd2..02358d086e030e6a25b56561f8613cd864b7eb24 100644
(file)
--- a/
drivers/misc/cb710/debug.c
+++ b/
drivers/misc/cb710/debug.c
@@
-37,7
+37,7
@@
static void cb710_read_regs_##t(void __iomem *iobase, \
unsigned i, j; \
\
for (i = 0; i < ARRAY_SIZE(allow); ++i, reg += 16/(t/8)) { \
- if (!
select & (1 << i))
\
+ if (!
(select & (1 << i)))
\
continue; \
\
for (j = 0; j < 0x10/(t/8); ++j) { \