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)
commit56f787c5024de7829f8cccce7569feb520829baf
treef83cd0c68a0322fad91867b41d8344a094916a58
parent5504c3a31061704512707bb23bd7835e8a5281e4
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