Re: [PATCH v2 05/16] driver core: make struct device_type.uevent() take a const *

From: Vinod Koul
Date: Wed Jan 11 2023 - 07:34:53 EST


On 11-01-23, 12:30, Greg Kroah-Hartman wrote:
> The uevent() callback in struct device_type should not be modifying the
> device that is passed into it, so mark it as a const * and propagate the
> function signature changes out into all relevant subsystems that use
> this callback.

Acked-by: Vinod Koul <vkoul@xxxxxxxxxx>

--
~Vinod