diff options
Diffstat (limited to 'drivers/misc/cb710/debug.c')
-rw-r--r-- | drivers/misc/cb710/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/cb710/debug.c b/drivers/misc/cb710/debug.c index 9da11bc620af..02358d086e03 100644 --- 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, \ | |||
37 | unsigned i, j; \ | 37 | unsigned i, j; \ |
38 | \ | 38 | \ |
39 | for (i = 0; i < ARRAY_SIZE(allow); ++i, reg += 16/(t/8)) { \ | 39 | for (i = 0; i < ARRAY_SIZE(allow); ++i, reg += 16/(t/8)) { \ |
40 | if (!select & (1 << i)) \ | 40 | if (!(select & (1 << i))) \ |
41 | continue; \ | 41 | continue; \ |
42 | \ | 42 | \ |
43 | for (j = 0; j < 0x10/(t/8); ++j) { \ | 43 | for (j = 0; j < 0x10/(t/8); ++j) { \ |