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

From: Alexander Shishkin
Date: Fri Jan 13 2023 - 08:39:27 EST


Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> writes:

> The devnode() 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.

For the intel-th bit:
Acked-by: Alexander Shishkin <alexander.shishkin@xxxxxxxxxxxxxxx>

Thanks,
--
Alex