[PW_SID:1153633] Bluetooth: L2CAP: fix wrong identifier in __set_ack_timer() - #665
[PW_SID:1153633] Bluetooth: L2CAP: fix wrong identifier in __set_ack_timer()#665BluezTestBot wants to merge 1 commit into
Conversation
__set_ack_timer(c) has chan->ack_timer instead of c->ack_timer like the other macros. Fix it to use the timer corresponding to the macro argument. In current code this is only called as __set_ack_timer(chan) so this has no runtime impact. Signed-off-by: Pauli Virtanen <pav@iki.fi>
|
CheckPatch |
|
VerifyFixes |
|
VerifySignedoff |
|
GitLint |
|
SubjectPrefix |
|
BuildKernel |
|
CheckAllWarning |
|
CheckSparse |
|
BuildKernel32 |
|
CheckKernelLLVM |
|
TestRunnerSetup |
|
TestRunner_l2cap-tester |
|
IncrementalBuild |
__set_ack_timer(c) has chan->ack_timer instead of c->ack_timer like the
other macros.
Fix it to use the timer corresponding to the macro argument. In current
code this is only called as __set_ack_timer(chan) so this has no runtime
impact.
Signed-off-by: Pauli Virtanen pav@iki.fi
Notes:
Saw this one in Sashiko trace.
include/net/bluetooth/l2cap.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)