Re: [PATCH] bus: fsl-mc: drop unused assignment of acpi_device_id::driver_data
From: Ioana Ciornei
Date: Thu Jul 30 2026 - 10:02:10 EST
On Tue, Jul 28, 2026 at 11:58:56AM +0100, Pawel Zalewski (The Capable Hub) wrote:
> This module sets the acpi_device_id::driver_data to 0 but
> the field is not actually used within the module, we can
> just drop it from the table.
>
> While we are at it - use a named initializer for the
> acpi_device_id::id field as well to make the code more
> readable.
>
> Signed-off-by: Pawel Zalewski (The Capable Hub) <pzalewski@xxxxxxxxxxxxxxxxxxxx>
Reviewed-by: Ioana Ciornei <ioana.ciornei@xxxxxxx>