From: Lars-Peter Clausen Date: Mon, 29 Dec 2014 18:41:46 +0000 (+0100) Subject: ALSA: pcm: Replace custom ld2 function with __fls X-Git-Tag: fixes-v4.0-rc1~146^2~104^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=757b037650c9ecca79a46ab744820b1b3c1bb49d;p=pandora-kernel.git ALSA: pcm: Replace custom ld2 function with __fls __fls has the same semantics as ld2, so there is no need to re-implement it. Furthermore a lot of architectures have custom implementations of __fls that are able to use special hardware instructions to compute the result. This makes the code slightly shorter and faster. Signed-off-by: Lars-Peter Clausen Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed