Bug 91781

Summary: sound/pci/ctxfi/cthw20k1.c:1071: problem with ? :
Product: Other Reporter: David Binderman (dcb314)
Component: OtherAssignee: other_other
Status: NEW ---    
Severity: normal CC: szg00000
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: linux-3.19-rc5 Subsystem:
Regression: No Bisected commit-id:

Description David Binderman 2015-01-22 11:09:38 UTC
[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);