libceph: fix "Boolean result is used in bitwise operation" warning
authorIlya Dryomov <idryomov@gmail.com>
Wed, 20 Jan 2021 13:49:07 +0000 (14:49 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 21 Jan 2021 15:49:59 +0000 (16:49 +0100)
commit9d5ae6f3c50a6f718b6d4be3c7b0828966e01b05
treee22d6b87aa4ea94b2cb458aa9fc9b35d0e5a4e19
parent4972cf605f8a10784bb9ec9bdf3465892fb547c8
libceph: fix "Boolean result is used in bitwise operation" warning

This line dates back to 2013, but cppcheck complained because commit
2f713615ddd9 ("libceph: move msgr1 protocol implementation to its own
file") moved it.  Add parenthesis to silence the warning.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
net/ceph/messenger_v1.c