ASoC: tlv320dac33: Add guarding parentheses to macros
authorAxel Lin <axel.lin@gmail.com>
Thu, 29 Sep 2011 04:09:57 +0000 (12:09 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 29 Sep 2011 09:53:12 +0000 (10:53 +0100)
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 <axel.lin@gmail.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found