diff options
Diffstat (limited to 'drivers/video/via/viafbdev.c')
-rw-r--r-- | drivers/video/via/viafbdev.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/video/via/viafbdev.c b/drivers/video/via/viafbdev.c index 8af405bf077b..8955ab4caac8 100644 --- a/drivers/video/via/viafbdev.c +++ b/drivers/video/via/viafbdev.c | |||
@@ -1870,7 +1870,7 @@ static int __devinit via_pci_probe(struct pci_dev *pdev, | |||
1870 | printk(KERN_ERR | 1870 | printk(KERN_ERR |
1871 | "allocate the second framebuffer struct error\n"); | 1871 | "allocate the second framebuffer struct error\n"); |
1872 | rc = -ENOMEM; | 1872 | rc = -ENOMEM; |
1873 | goto out_delete_i2c; | 1873 | goto out_unmap_screen; |
1874 | } | 1874 | } |
1875 | viaparinfo1 = viafbinfo1->par; | 1875 | viaparinfo1 = viafbinfo1->par; |
1876 | memcpy(viaparinfo1, viaparinfo, viafb_par_length); | 1876 | memcpy(viaparinfo1, viaparinfo, viafb_par_length); |
@@ -1961,6 +1961,8 @@ out_dealloc_cmap: | |||
1961 | out_fb1_release: | 1961 | out_fb1_release: |
1962 | if (viafbinfo1) | 1962 | if (viafbinfo1) |
1963 | framebuffer_release(viafbinfo1); | 1963 | framebuffer_release(viafbinfo1); |
1964 | out_unmap_screen: | ||
1965 | iounmap(viafbinfo->screen_base); | ||
1964 | out_delete_i2c: | 1966 | out_delete_i2c: |
1965 | viafb_delete_i2c_buss(viaparinfo); | 1967 | viafb_delete_i2c_buss(viaparinfo); |
1966 | out_fb_release: | 1968 | out_fb_release: |