diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-21 16:53:33 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-06-19 17:31:46 +0200 |
commit | 1a44c265c90cf0fb51694b90c8b48a83c69479ed (patch) | |
tree | 37c53f79cb746d721c331ce23dd18fce6a6e9f55 /scripts/gdb/linux/config.py | |
parent | f8b067f8776f59e2321e3721c190977fef607d2a (diff) |
staging: vme: vme_user: fix up const issue in vme_bus_match()
vme_bus_match takes a const pointer and casts it away with
container_of() which is generally not a good idea. Fix this up by
properly marking the output as const.
Link: https://lore.kernel.org/r/2025052132-giddiness-slain-5ba1@gregkh
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions