From: Arend van Spriel Date: Fri, 26 Aug 2011 13:19:33 +0000 (+0200) Subject: staging: brcm80211: remove brcmf_find_msb() function X-Git-Tag: v3.2-rc1~169^2^2~864^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0310b1bc75336a05a68589de68d7b04db35483ad;p=pandora-kernel.git staging: brcm80211: remove brcmf_find_msb() function This function is similar to ffs() wihch is provided by the linux kernel already. This patch replaces brcmf_find_msb() with ffs(). Reported-by: Johannes Berg Reviewed-by: Franky (Zhenhui) Lin Reviewed-by: Roland Vossen Signed-off-by: Roland Vossen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed