]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Use bool for smp_ltk_encrypt return value
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 1 Jul 2014 08:59:24 +0000 (10:59 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:52 +0000 (17:42 +0200)
commit616d7b4586e5e84e7b9ecfe0f18e6d10f3630dca
tree8589bf94ed318e334d911d910f72b34f8185a928
parent82596e1c544b648003ec73f0a20f0f9e426937c8
Bluetooth: Use bool for smp_ltk_encrypt return value

The return value of smp_ltk_encrypt is simple boolean, so just use
bool and make the code a bit more readable.

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