]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Remove unneeded parenthesis around MSG_OOB
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 25 Oct 2015 21:45:18 +0000 (22:45 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 26 Oct 2015 06:20:51 +0000 (08:20 +0200)
commit6be03f47ab72b44c7690087543e9bf4b105fe1f6
tree4273d0b44959a5b867d650ee1763cc87d89dfe86
parent637082f7f4520222e64d16f165380e95656974d4
Bluetooth: Remove unneeded parenthesis around MSG_OOB

There are two checks that are still using (MSG_OOB) instead of just
MSG_OOB and so lets just fix them.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/af_bluetooth.c
net/bluetooth/hci_sock.c