summaryrefslogtreecommitdiff
path: root/cpusched.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-25xmalloc: Add and use xcallocTobias Klauser1-1/+2
2013-08-11cpusched: Fix compiler warningsTobias Klauser1-3/+3
2013-06-15cpusched: cleanups, refactoring and fix one bugDaniel Borkmann1-49/+28
2013-06-15misc: remove two header commentsDaniel Borkmann1-6/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+180
diff)
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>
Diffstat
-rw-r--r--net/bluetooth/mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c