On 8/13/26 14:50, [email protected] wrote:
From: Shixiong Ou <[email protected]>

Fix missing pci_disable_device() in probe and remove.

Use pcim_enable_device(), pcim_request_region(), devm_ioremap()
and devm_ioremap_wc() to replace manual resource management.
Remove all release_mem_region() and iounmap() calls.

Signed-off-by: Shixiong Ou <[email protected]>
---
  drivers/video/fbdev/aty/aty128fb.c | 40 +++++++++---------------------
  1 file changed, 12 insertions(+), 28 deletions(-)
Whole series applied to fbdev for-next git tree.

Thanks!
Helge

Reply via email to