| commit | 61e177f521ce1841b870bb2e1412a30571913897 | [log] [tgz] |
|---|---|---|
| author | Ricardo Cañuelo Navarro <rcn@igalia.com> | Tue Oct 21 15:12:19 2025 +0200 |
| committer | Benjamin Cabé <kartben@gmail.com> | Thu Oct 23 18:04:18 2025 +0200 |
| tree | 3b609e856e975b2f1f5e8b59e8aeb951e9422c3e | |
| parent | dc842e16735feb599fe42ef9c49584635cf3b64e [diff] |
Bluetooth: Host: remove unnecessary assignment in bt_conn_unref() This local pointer assignment does nothing and readers may get a wrong interpretation of the intention of the function. Signed-off-by: Ricardo Cañuelo Navarro <rcn@igalia.com>