On 3/26/26 10:24 AM, David Marchand wrote:
> The close operation was never closing probed devices.
>
> Taking a step back, reevaluating the devargs makes no sense during the
> close step, as a probed device must have passed the allow/block list
> evaluation initially.
>
> Since the device contains a reference to the driver that probed it,
> simply call this driver remove op.
>
> Fixes: 274fd921ff7f ("bus/fslmc: support close operation")
> Cc: [email protected]
>
> Signed-off-by: David Marchand <[email protected]>
> Acked-by: Hemant Agrawal <[email protected]>
> Tested-by: Maxime Leroy <[email protected]>
> ---
> drivers/bus/fslmc/fslmc_vfio.c | 21 ++++-----------------
> 1 file changed, 4 insertions(+), 17 deletions(-)
Acked-by: Kevin Traynor <[email protected]>