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>
Thu, 1 Sep 2016 16:34:26 +0000 (18:34 +0200)
commit4bfa02f208aaff56167d0820d5de5abd7ae9a31e
treefba75a82ce7c0376cc006d02436d43820f52c094
parentd363e9eeadc3066da16e6ab59fe52a156340536e
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
This page took 0.024987 seconds and 5 git commands to generate.