diff options
Diffstat (limited to 'drivers/video/savage/savagefb_driver.c')
-rw-r--r-- | drivers/video/savage/savagefb_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/savage/savagefb_driver.c b/drivers/video/savage/savagefb_driver.c index 03d74e8ee067..8fadcdae6f42 100644 --- a/drivers/video/savage/savagefb_driver.c +++ b/drivers/video/savage/savagefb_driver.c | |||
@@ -1897,7 +1897,7 @@ static int __devinit savage_init_fb_info (struct fb_info *info, | |||
1897 | info->pixmap.size = 8*1024; | 1897 | info->pixmap.size = 8*1024; |
1898 | info->pixmap.scan_align = 4; | 1898 | info->pixmap.scan_align = 4; |
1899 | info->pixmap.buf_align = 4; | 1899 | info->pixmap.buf_align = 4; |
1900 | info->pixmap.access_align = 4; | 1900 | info->pixmap.access_align = 32; |
1901 | 1901 | ||
1902 | fb_alloc_cmap (&info->cmap, NR_PALETTE, 0); | 1902 | fb_alloc_cmap (&info->cmap, NR_PALETTE, 0); |
1903 | info->flags |= FBINFO_HWACCEL_COPYAREA | | 1903 | info->flags |= FBINFO_HWACCEL_COPYAREA | |