From: Szymon Janc Date: Mon, 13 Oct 2014 09:43:54 +0000 (+0200) Subject: Bluetooth: Improve RFCOMM __test_pf macro robustness X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2~3^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15346a9c2875cae8e84c13196a2fc7428d9358d4;p=pandora-kernel.git Bluetooth: Improve RFCOMM __test_pf macro robustness Value returned by this macro might be used as bit value so it should return either 0 or 1 to avoid possible bugs (similar to NSC bug) when shifting it. Signed-off-by: Szymon Janc Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed