platform/surface: aggregator: move to_ssam_device() to use container_of_const()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Jan 2023 11:30:05 +0000 (12:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jan 2023 12:45:34 +0000 (13:45 +0100)
commit34be683add6ccdbc9d589b79077ea7f48ff7ee0c
treed1f3c62bd8dcd22ff7a84aec0877cc2146219362
parentfa838c8ce53714eba788ea877520788bc72c27bd
platform/surface: aggregator: move to_ssam_device() to use container_of_const()

The driver core is changing to pass some pointers as const, so move
to_ssam_device() to use container_of_const() to handle this change.
to_ssam_device() now properly keeps the const-ness of the pointer passed
into it, while as before it could be lost.

Reviewed-by: Maximilian Luz <luzmaximilian@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20230111113018.459199-4-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/surface_aggregator/device.h