]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Convert hdev->out to a bool type
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 16 Jan 2012 07:49:58 +0000 (09:49 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 13 Feb 2012 15:01:28 +0000 (17:01 +0200)
commit2cae9dd35fea78c72ca81c43ed76885f63ff459c
treeb8c27b90772ab0501b0d6689e6a7782806af14c7
parentef941d366bec530e051dd65e0f2afdb516f431ed
Bluetooth: Convert hdev->out to a bool type

The hdev->out variable is essentially a boolean so the type 'bool' makes
more sense than u8.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_conn.c
net/bluetooth/hci_event.c