]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: Remove needless unlikely()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 27 Oct 2011 10:11:26 +0000 (12:11 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 4 Nov 2011 17:19:40 +0000 (17:19 +0000)
commit5b6247abc90a94a38c7e7314191871792645aa6a
tree70d614e0b95f93e02faa59b0355294497cf96a86
parent98dd932b6a02b3eea2d6c671b48b2d5d7deb5afe
ASoC: Remove needless unlikely()

There's no point in adding unlikely() annotations outside of hot paths
and on systems using these features the annotation will always be wrong
(as opposed to being something that only comes up once in a while) so
the annotation may even be harmful.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-pcm.c