Re: [PATCH] bus: fsl-mc: drop unused assignment of acpi_device_id::driver_data
Ioana Ciornei <[email protected]> Thu, 30 Jul 2026 17:01:44 +0300
| Newsgroups | org.ozlabs.lists.linuxppc-dev,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <3ztez2aureq2zzmwivgbum6d6uglg2msla6al64eompvuhp4qd@wqimvuouaia6> |
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) <[email protected]> Reviewed-by: Ioana Ciornei <[email protected]>