Commit 007584f
bluetooth: controller: Return code from sdc_init was overwirtten
There is a bug in hci_driver_init() that overwrites sdc_init()
return code. That can lead to wired behavior in the host and
stack cooperation if there is an error during SDC init.
The commit fixes the issue.
Signed-off-by: Piotr Pryga <[email protected]>1 parent dc14f98 commit 007584f
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1519 | 1519 | | |
1520 | 1520 | | |
1521 | 1521 | | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
1522 | 1525 | | |
1523 | 1526 | | |
1524 | 1527 | | |
| |||
0 commit comments