From: Dmitry Torokhov Date: Wed, 1 Aug 2012 05:08:55 +0000 (-0700) Subject: Input: get rid of MATCH_BIT() macro X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~43^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0bb1f975ca06b17d595937c5e91578b36047039;p=pandora-kernel.git Input: get rid of MATCH_BIT() macro MATCH_BIT() is ugly and stupid, we have much nicer bitmap_subset() which does the same and does not hide control flow. Reported-by: Baodong Chen Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed