]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix const declaration for swap function src parameter
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 18 Mar 2014 10:58:23 +0000 (12:58 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 18 Mar 2014 17:18:26 +0000 (10:18 -0700)
commit8f0e21d30d7d64951a65c65d96da13c6069607cf
treeb43d08592628805d8a1fd57f5c5e2903a17739e4
parent9161ce829ac73309d5e56399e96e1b4f16673302
Bluetooth: Fix const declaration for swap function src parameter

To make it possible to (correctly) pass data declared as const as the
src parameter to the swap56 and swap128 functions declare this parameter
also as const.

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