[linux-3.19-rc5/sound/pci/ctxfi/cthw20k1.c:1071]: (style) Same expression in both branches of ternary operator. set_field(&ctl->spoctl, SPOCTL_OS << (idx*8), ((conf >> 3) & 0x1) ? 2 : 2); /* Raw */ Similar thing nearby [linux-3.19-rc5/sound/pci/ctxfi/cthw20k2.c:1027]: (style) Same expression in both branches of ternary operator. set_field(&ctl->txctl[idx], ATXCTL_RAW, ((conf >> 3) & 0x1) ? 0 : 0);