From: Takashi Iwai Date: Thu, 25 Oct 2012 11:55:51 +0000 (+0200) Subject: ALSA: au88x0: Give comment for vortex_wtdma_bufshift() issue X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~39^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dd7a2fd7eb147a610506f6c6f871c03908fc58a;p=pandora-kernel.git ALSA: au88x0: Give comment for vortex_wtdma_bufshift() issue The check of the return value from vortex_wtdma_bufshft() in vortex_interrupt() is useless as it executes no code. Actually the return value is intentionally ignored because the delta calculation for wavetable doesn't work always correctly. For avoiding the confusion, a comment is added and the superfluous if () is removed. Reported-by: Fengguang Wu Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed