]> www.infradead.org Git - users/jedix/linux-maple.git/commit
PCI: Remove hybrid-devres usage warnings from kernel-doc
authorPhilipp Stanner <phasta@kernel.org>
Mon, 19 May 2025 11:30:00 +0000 (13:30 +0200)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Tue, 20 May 2025 07:39:16 +0000 (07:39 +0000)
commit90ffe1f093e85ebb70212909607e0c0517aa65a5
treec3b267fbce18ded6d2261d6618fb71820fafff45
parentbcfc67157e413cbb41d363f8ee961a01130d0a73
PCI: Remove hybrid-devres usage warnings from kernel-doc

pci/iomap.c still contains warnings about those functions not behaving
in a managed manner if pcim_enable_device() was called. Since all hybrid
behavior that users could know about has been removed by now, those
explicit warnings are no longer necessary.

Remove the hybrid-devres usage warnings from the kernel-doc.

Signed-off-by: Philipp Stanner <phasta@kernel.org>
[kwilczynski: commit log]
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Link: https://lore.kernel.org/r/20250519112959.25487-8-phasta@kernel.org
drivers/pci/iomap.c