diff options
author | Ricardo B. Marliere <ricardo@marliere.net> | 2024-02-19 09:14:36 -0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-03-03 19:28:06 +0530 |
commit | 99fea943d9dc2500227bced9acd671e5b39a1471 (patch) | |
tree | 92b238d9eadf8ca97fca919c4d21d76eec62de8d /scripts/gdb/linux/vmalloc.py | |
parent | 81a7d0c4d059cb5c122110acbeec7bedfb91a741 (diff) |
soundwire: constify the struct device_type usage
Since commit aed65af1cc2f ("drivers: make device_type const"), the driver
core can properly handle constant struct device_type. Move the
sdw_master_type and sdw_slave_type variables to be constant structures as
well, placing it into read-only memory which can not be modified at
runtime.
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: "Ricardo B. Marliere" <ricardo@marliere.net>
Link: https://lore.kernel.org/r/20240219-device_cleanup-soundwire-v1-1-9edd51767611@marliere.net
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/vmalloc.py')
0 files changed, 0 insertions, 0 deletions