Re: [PATCH] dmaengine: idxd: constify the struct device_type usage

From: Vinod Koul
Date: Fri Feb 23 2024 - 07:09:30 EST



On Mon, 19 Feb 2024 08:46:56 -0300, Ricardo B. Marliere wrote:
> Since commit aed65af1cc2f ("drivers: make device_type const"), the driver
> core can properly handle constant struct device_type. Move the
> dsa_device_type, iax_device_type, idxd_wq_device_type, idxd_cdev_file_type,
> idxd_cdev_device_type and idxd_group_device_type variables to be constant
> structures as well, placing it into read-only memory which can not be
> modified at runtime.
>
> [...]

Applied, thanks!

[1/1] dmaengine: idxd: constify the struct device_type usage
commit: 1e0a2852a134833f6827de15cd62ea0ed19f1b60

Best regards,
--
~Vinod