Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cb710: add missing parenthesis

Signed-off-by: Pierre Ossman <pierre@ossman.eu>

+1 -1
+1 -1
drivers/misc/cb710/debug.c
··· 37 37 unsigned i, j; \ 38 38 \ 39 39 for (i = 0; i < ARRAY_SIZE(allow); ++i, reg += 16/(t/8)) { \ 40 - if (!select & (1 << i)) \ 40 + if (!(select & (1 << i))) \ 41 41 continue; \ 42 42 \ 43 43 for (j = 0; j < 0x10/(t/8); ++j) { \