Re: [PATCH] firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA device

From: Sudeep Holla
Date: Fri Oct 06 2023 - 11:17:31 EST


On Tue, 03 Oct 2023 09:59:32 +0100, Sudeep Holla wrote:
> Commit 19b8766459c4 ("firmware: arm_ffa: Fix FFA device names for logical
> partitions") added an ID to the FFA device using ida_alloc() and append
> the same to "arm-ffa" to make up a unique device name. However it missed
> to stash the id value in ffa_dev to help freeing the ID later when the
> device is destroyed.
>
> Due to the missing/unassigned ID in FFA device, we get the following
> warning when the FF-A device is unregistered. Fix the same by actually
> assigning the ID in the FFA device this time for real.
>
> [...]

Applied to sudeep.holla/linux (for-next/ffa/updates), thanks!

[1/1] firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA device
https://git.kernel.org/sudeep.holla/c/7d0bc6360f17
--
Regards,
Sudeep