diff options
| author | Kangmin Park <[email protected]> | 2021-08-20 00:27:18 +0900 |
|---|---|---|
| committer | Marcel Holtmann <[email protected]> | 2021-08-19 17:28:40 +0200 |
| commit | 61969ef867d48fc76551fe50cefe0501e624766e (patch) | |
| tree | f5fdbf9949247482448f7da8659816aedf01f815 /tools/perf/scripts/python/bin | |
| parent | f41a4b2b5eb7872109723dab8ae1603bdd9d9ec1 (diff) | |
Bluetooth: Fix return value in hci_dev_do_close()
hci_error_reset() return without calling hci_dev_do_open() when
hci_dev_do_close() return error value which is not 0.
Also, hci_dev_close() return hci_dev_do_close() function's return
value.
But, hci_dev_do_close() return always 0 even if hdev->shutdown
return error value. So, fix hci_dev_do_close() to save and return
the return value of the hdev->shutdown when it is called.
Signed-off-by: Kangmin Park <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions