Home
last modified time | relevance | path

Searched hist:"84 ed1a1942e8c28fb4c23a6235ec48672fc43e49" (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/pci/emu10k1/
H A Dio.cdiff 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 Demuproc.cdiff 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 Demu10k1x.cdiff 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 Dca0106_proc.cdiff 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 Dctatc.cdiff 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 Dtlv320aic23.cdiff 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>