From: Mark Brown Date: Thu, 27 Oct 2011 10:11:26 +0000 (+0200) Subject: ASoC: Remove needless unlikely() X-Git-Tag: v3.3-rc1~14^2~392 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b6247abc90a94a38c7e7314191871792645aa6a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed