Home
last modified time | relevance | path

Searched hist:"3 dfe55d9cae7413c1bd12cbc0f9145384f753014" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dselftest.cdiff 3dfe55d9cae7413c1bd12cbc0f9145384f753014 Fri Aug 11 13:33:04 CDT 2017 Colin Ian King <colin.king@canonical.com> Bluetooth: kfree tmp rather than an alias to it

While the kfree of dhkey_a is of the same address of tmp, it
probably is clearer and more human readable if tmp is kfree'd
rather than dhkey_a.

Detected by CoverityScan, CID#1448650 ("Free of address-of expression")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>