diff options
| author | Colin Ian King <colin.king@canonical.com> | 2017-03-01 15:10:53 +0000 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2017-04-12 22:02:38 +0200 |
| commit | cd50361c21b788a29f4661a6c49260eac2b13435 (patch) | |
| tree | 9a16ed4dc9abfb8be692b75277c0f4d0d3563870 /tools/perf/scripts/python | |
| parent | Bluetooth: hci_intel: Add support Intel Bluetooth device 9160/9260 for UART (diff) | |
| download | linux-cd50361c21b788a29f4661a6c49260eac2b13435.tar.gz linux-cd50361c21b788a29f4661a6c49260eac2b13435.zip | |
Bluetooth: fix assignments on error variable err
Variable err is being initialized to zero and then later being
set to the error return from the call to hci_req_run_skb; hence
we can remove the redundant initialization to zero.
Also on two occassions err is not being set from the error return
from the call to hci_req_run_skb, so add these missing assignments.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
