From: Marcel Holtmann Date: Wed, 30 Jul 2014 06:08:45 +0000 (+0200) Subject: Bluetooth: Fix sparse warning from HID new leds handling X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~12^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdb9434664d026ea63ad086443160dd4ed347758;p=pandora-kernel.git Bluetooth: Fix sparse warning from HID new leds handling The new leds bit handling produces this spares warning. CHECK net/bluetooth/hidp/core.c net/bluetooth/hidp/core.c:156:60: warning: dubious: x | !y Just fix it by doing an explicit x << 0 shift operation. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed