commit | b78b855d045a9af5d35443a9f24ffdafd0c201d5 | [log] [tgz] |
---|---|---|
author | Lyle Zhu <lyle.zhu@nxp.com> | Mon Mar 24 10:08:35 2025 +0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 24 19:24:16 2025 +0100 |
tree | eb45f9c9fd9968f0cceb87c2d9a010ba5bc0afc4 | |
parent | c67f17de0e9bf9e7d5fcb2cd2ffcdbc9f9c106bf [diff] |
Bluetooth: Classic: L2CAP: Fix building warnings Use `UINT_TO_POINTER` to convert a number to pointer. Use `POINTER_TO_UINT` to get a number from a pointer. Fixes #87527. Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>