summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-12-05 13:12:05 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-12-06 16:55:25 +0100
commitc3da679286bee1d897bb24a804cca4ff58781bec (patch)
treeeea45f790c6dd2b0faf8609c13d078b4186cf8a6 /tools/perf/scripts/python/bin/stackcollapse-report
parent6149f83b3165955e9519de483b30b26d1518ad0f (diff)
downloadkernel-c3da679286bee1d897bb24a804cca4ff58781bec.tar.gz
usb.h: take advantage of container_of_const()
Instead of rolling our own const-checking logic in to_usb_interface() and to_usb_device() use the newly added container_of_const() instead, making the logic much simpler overall. Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Jason Gunthorpe <jgg@nvidia.com> Link: https://lore.kernel.org/r/20221205121206.166576-3-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
l/commit/drivers/memory/renesas-rpc-if.c?id=d5ab2e8c7dd2cdcc676d7383b6b1b31e2c4d805c'>memory: renesas-rpc-if: Always use dev in rpcif_probe()Geert Uytterhoeven 2023-01-23memory: renesas-rpc-if: Move resource acquisition to .probe()Geert Uytterhoeven 2023-01-23memory: renesas-rpc-if: Split-off private data from struct rpcifGeert Uytterhoeven