Re: [PATCH 9/9] staging: greybus: hid: Constify lowlevel HID driver

From: Greg Kroah-Hartman
Date: Tue Jan 31 2023 - 05:16:10 EST


On Mon, Jan 30, 2023 at 03:59:45AM +0000, Thomas Weißschuh wrote:
> Since commit 52d225346904 ("HID: Make lowlevel driver structs const")
> the lowlevel HID drivers are only exposed as const.
>
> Take advantage of this to constify the underlying structure, too.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>