Merge branch 'fix/misc' into topic/misc
[safe/jmp/linux-2.6] / sound / pci / ctxfi / ctatc.c
index 7545464..cb65bd0 100644 (file)
@@ -240,7 +240,7 @@ static int select_rom(unsigned int pitch)
        } else if (pitch == 0x02000000) {
                /* pitch == 2 */
                return 3;
-       } else if (pitch >= 0x0 && pitch <= 0x08000000) {
+       } else if (pitch <= 0x08000000) {
                /* 0 <= pitch <= 8 */
                return 0;
        } else {