ALSA: pcm: Remove yet superfluous WARN_ON()
[pandora-kernel.git] / sound / core / pcm_lib.c
index 67f0171..44e180a 100644 (file)
@@ -590,7 +590,6 @@ static inline unsigned int muldiv32(unsigned int a, unsigned int b,
 {
        u_int64_t n = (u_int64_t) a * b;
        if (c == 0) {
-               snd_BUG_ON(!n);
                *r = 0;
                return UINT_MAX;
        }