This is a simple and straight forward cleanup series that makes all device types in the net subsystem constants. This has been possible since 2011 [1] but not all occurrences were cleaned. I have been sweeping the tree to fix them all.
--- [1] https://lore.kernel.org/all/1305850262-9575-5-git-send-email-gre...@suse.de/ To: Maarten Lankhorst <maarten.lankho...@linux.intel.com> To: Maxime Ripard <mrip...@kernel.org> To: Thomas Zimmermann <tzimmerm...@suse.de> To: David Airlie <airl...@gmail.com> To: Daniel Vetter <dan...@ffwll.ch> To: Hans de Goede <hdego...@redhat.com> Cc: <dri-devel@lists.freedesktop.org> Cc: <linux-ker...@vger.kernel.org> Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> Signed-off-by: Ricardo B. Marliere <rica...@marliere.net> --- Ricardo B. Marliere (3): drm/dp: constify the struct device_type usage drm/privacy_screen: constify the struct device_type usage drm/sysfs: constify the struct device_type usage drivers/gpu/drm/display/drm_dp_aux_bus.c | 2 +- drivers/gpu/drm/drm_privacy_screen.c | 2 +- drivers/gpu/drm/drm_sysfs.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) --- base-commit: b59dcca97bf052341b9ac28b1ee1af46498b8833 change-id: 20240219-device_cleanup-drm-eeeb5c7468da Best regards, -- Ricardo B. Marliere <rica...@marliere.net>