From: Marcel Holtmann Date: Sun, 15 Mar 2015 02:28:06 +0000 (-0700) Subject: Bluetooth: Use BIT(n) macro instead of manually encoding (1 << n) X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~204^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a958452aa40c57a0407ecf84ba1bfa31ad532313;p=pandora-kernel.git Bluetooth: Use BIT(n) macro instead of manually encoding (1 << n) The flags for the management command table used manual encoding of bits in the form of (1 << n). It is however preferred to use BIT(n) macro instead. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed