Searched hist:"84 ed1a1942e8c28fb4c23a6235ec48672fc43e49" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/sound/pci/emu10k1/ |
H A D | io.c | diff 84ed1a1942e8c28fb4c23a6235ec48672fc43e49 Fri Oct 23 09:03:08 CDT 2009 Roel Kluin <roel.kluin@gmail.com> ALSA: Cleanup redundant tests on unsigned
The variables are unsigned so the test `>= 0' is always true, the `< 0' test always fails. In these cases the other part of the test catches wrapped values.
In dac_audio_write() there does not occur a test for wrapped values, but the test appears redundant.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | emuproc.c | diff 84ed1a1942e8c28fb4c23a6235ec48672fc43e49 Fri Oct 23 09:03:08 CDT 2009 Roel Kluin <roel.kluin@gmail.com> ALSA: Cleanup redundant tests on unsigned
The variables are unsigned so the test `>= 0' is always true, the `< 0' test always fails. In these cases the other part of the test catches wrapped values.
In dac_audio_write() there does not occur a test for wrapped values, but the test appears redundant.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | emu10k1x.c | diff 84ed1a1942e8c28fb4c23a6235ec48672fc43e49 Fri Oct 23 09:03:08 CDT 2009 Roel Kluin <roel.kluin@gmail.com> ALSA: Cleanup redundant tests on unsigned
The variables are unsigned so the test `>= 0' is always true, the `< 0' test always fails. In these cases the other part of the test catches wrapped values.
In dac_audio_write() there does not occur a test for wrapped values, but the test appears redundant.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
/openbmc/linux/sound/pci/ca0106/ |
H A D | ca0106_proc.c | diff 84ed1a1942e8c28fb4c23a6235ec48672fc43e49 Fri Oct 23 09:03:08 CDT 2009 Roel Kluin <roel.kluin@gmail.com> ALSA: Cleanup redundant tests on unsigned
The variables are unsigned so the test `>= 0' is always true, the `< 0' test always fails. In these cases the other part of the test catches wrapped values.
In dac_audio_write() there does not occur a test for wrapped values, but the test appears redundant.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
/openbmc/linux/sound/pci/ctxfi/ |
H A D | ctatc.c | diff 84ed1a1942e8c28fb4c23a6235ec48672fc43e49 Fri Oct 23 09:03:08 CDT 2009 Roel Kluin <roel.kluin@gmail.com> ALSA: Cleanup redundant tests on unsigned
The variables are unsigned so the test `>= 0' is always true, the `< 0' test always fails. In these cases the other part of the test catches wrapped values.
In dac_audio_write() there does not occur a test for wrapped values, but the test appears redundant.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
/openbmc/linux/sound/soc/codecs/ |
H A D | tlv320aic23.c | diff 84ed1a1942e8c28fb4c23a6235ec48672fc43e49 Fri Oct 23 09:03:08 CDT 2009 Roel Kluin <roel.kluin@gmail.com> ALSA: Cleanup redundant tests on unsigned
The variables are unsigned so the test `>= 0' is always true, the `< 0' test always fails. In these cases the other part of the test catches wrapped values.
In dac_audio_write() there does not occur a test for wrapped values, but the test appears redundant.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|