Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149461
b: refs/heads/master
c: 10eb4f9
h: refs/heads/master
i:
  149459: 73ff898
v: v3
  • Loading branch information
Pierre Ossman committed Jun 13, 2009
1 parent ac694d7 commit 2d01fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 09adfe454c87e3ec5dffbc42567cd7b4b4948522
refs/heads/master: 10eb4f901cacf7da87145330f3ca77b723783497
2 changes: 1 addition & 1 deletion trunk/drivers/misc/cb710/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) { \
Expand Down

0 comments on commit 2d01fc6

Please sign in to comment.