Re: [PATCH v3 4/6] PCI: Remove request_flags relict from devres

From: Bjorn Helgaas
Date: Mon May 19 2025 - 18:11:57 EST


s/relict/relic/ ? (in subject)

Would be nice to have a hint in the subject that this is related to
exclusive region requests, since "request_flags" doesn't include much
context.

On Mon, May 19, 2025 at 01:29:58PM +0200, Philipp Stanner wrote:
> pcim_request_region_exclusive(), the only user in PCI devres that needed
> exclusive region requests, has been removed.
>
> All features related to exclusive requests can, therefore, be removed,
> too. Remove them.