aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/aty/aty128fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/aty/aty128fb.c')
-rw-r--r--drivers/video/aty/aty128fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/aty/aty128fb.c
index 243ea4ab20c8..db16112cf197 100644
--- a/drivers/video/aty/aty128fb.c
+++ b/drivers/video/aty/aty128fb.c
@@ -2051,7 +2051,7 @@ static int __devinit aty128_probe(struct pci_dev *pdev, const struct pci_device_
2051 2051
2052 /* Virtualize mmio region */ 2052 /* Virtualize mmio region */
2053 info->fix.mmio_start = reg_addr; 2053 info->fix.mmio_start = reg_addr;
2054 par->regbase = ioremap(reg_addr, pci_resource_len(pdev, 2)); 2054 par->regbase = pci_ioremap_bar(pdev, 2);
2055 if (!par->regbase) 2055 if (!par->regbase)
2056 goto err_free_info; 2056 goto err_free_info;
2057 2057