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)
commita0c808b373e89aecc3ecae4cbdcdeff68aa12e3e
treeb8c27b90772ab0501b0d6689e6a7782806af14c7
parent51a8efd7d02c13cb1c6fdd1cd66788792a3fcc7c
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