From: Axel Lin Date: Thu, 29 Sep 2011 04:09:57 +0000 (+0800) Subject: ASoC: tlv320dac33: Add guarding parentheses to macros X-Git-Tag: v3.2-rc1~127^2~1^2~213 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29429f3b72fe0b593f674378e99f22d5f8bea1f;p=pandora-kernel.git ASoC: tlv320dac33: Add guarding parentheses to macros Put parentheses around macro argument uses. This avoids pitfalls for the programmer, where the argument expansion does not give the expected result, for example: SAMPLES_TO_US(substream->runtime->rate, dac33->uthr - DAC33_MODE7_MARGIN + 1); Signed-off-by: Axel Lin Acked-by: Peter Ujfalusi Signed-off-by: Mark Brown --- Reading git-diff-tree failed