[PW_SID:1153025] Bluetooth: hci_ll: check clk_prepare_enable() return value - #659
[PW_SID:1153025] Bluetooth: hci_ll: check clk_prepare_enable() return value#659BluezTestBot wants to merge 1 commit into
Conversation
ll_open() ignored clk_prepare_enable() failures for the optional external clock and still reported success. Propagate the error and free the privately allocated protocol state on failure. Signed-off-by: Li Youhong <liyouhong@kylinos.cn>
|
CheckPatch |
|
VerifyFixes |
|
VerifySignedoff |
|
GitLint |
|
SubjectPrefix |
|
BuildKernel |
|
CheckAllWarning |
|
CheckSparse |
|
BuildKernel32 |
|
CheckKernelLLVM |
|
TestRunnerSetup |
|
IncrementalBuild |
From: Li Youhong liyouhong@kylinos.cn
ll_open() ignored clk_prepare_enable() failures for the optional
external clock and still reported success. Propagate the error and
free the privately allocated protocol state on failure.
Signed-off-by: Li Youhong liyouhong@kylinos.cn
drivers/bluetooth/hci_ll.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)