From: Takashi Iwai Date: Fri, 12 Feb 2010 17:17:06 +0000 (+0100) Subject: ALSA: hda - use WARN_ON_ONCE() for zero-division detection X-Git-Tag: v2.6.33-rc8~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d8bf549393484e906913f02fa3c9518a2819b6;p=pandora-kernel.git ALSA: hda - use WARN_ON_ONCE() for zero-division detection Replace the zero-division warning message with WARN_ON_ONCE() per the advice by Linus. This shouldn't happen, but if it happens, it's possible that the bug happens often due to buggy IRQs. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed