Re: [PATCH v1] virt: arm-cca-guest: Drop unused assignment of platform_device_id driver data
From: Will Deacon
Date: Tue Jul 21 2026 - 06:33:15 EST
On Mon, Jul 20, 2026 at 03:17:14PM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> hello Catalin, hello Will,
>
> On Wed, Jun 17, 2026 at 12:28:26PM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> > The driver explicitly sets the .driver_data member of struct
> > platform_device_id to zero without relying on that value. Drop this
> > unused assignment.
> >
> > While touching this array use a named initializer for .name.
> >
> > Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@xxxxxxxxxxxx>
>
> Do you have this patch still on your radar? Should I resend? To someone
> else, too?
It's on my radar but my inbox is still a wreck and I've been focussing
on fixes.
Will