diff options
| author | Greg Kroah-Hartman <[email protected]> | 2023-01-11 12:30:16 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-01-27 13:45:50 +0100 |
| commit | c6e8418521a8fd2068ade2c6a1514315c99cc717 (patch) | |
| tree | cbe593882dab30b7b7b0daeabbaa84f3b6bf56c6 /tools/perf/scripts/python | |
| parent | deaf8b21c803b3932071a7cf9b11f36e13000f5c (diff) | |
xen/xenbus: move to_xenbus_device() to use container_of_const()
The driver core is changing to pass some pointers as const, so move
to_xenbus_device() to use container_of_const() to handle this change.
to_xenbus_device() now properly keeps the const-ness of the pointer passed
into it, while as before it could be lost.
Cc: Stefano Stabellini <[email protected]>
Cc: Oleksandr Tyshchenko <[email protected]>
Cc: [email protected]
Acked-by: Juergen Gross <[email protected]>
Acked-by: Hans de Goede <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions