summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-12-17 13:46:32 +0100
committerThomas Gleixner <tglx@linutronix.de>2025-12-19 00:39:39 +0100
commit90876d9b37a0db170d5998c6c903eab2d56fd7cb (patch)
treef6b91e4ff81964c6f766afa6f574cfb1c79a20f9 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parentdbcc728e185f8c27fcafa1408ff63fe38c7dc72d (diff)
irqdomain: Fix up const problem in irq_domain_set_name()
In irq_domain_set_name() a const pointer is passed in, and then the const is "lost" when container_of() is called. Fix this up by properly preserving the const pointer attribute when container_of() is used to enforce the fact that this pointer should not have anything at it changed. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://patch.msgid.link/2025121731-facing-unhitched-63ae@gregkh
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions