]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix wrong Get Clock Information return parameters
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 29 Aug 2016 04:19:47 +0000 (06:19 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 19 Sep 2016 18:19:34 +0000 (20:19 +0200)
commit18f56d3e792c84efbeb9d6d96497b219367968f9
treef83cd0c68a0322fad91867b41d8344a094916a58
parentee3d00be5d2e6f4d05eadcf839991548301266e0
Bluetooth: Fix wrong Get Clock Information return parameters

The address information of the Get Clock Information return parameters
is copying from a different memory location. It uses &cmd->param while
it actually needs to be cmd->param.

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