[PATCH] fbdev: fill in the access_align field.
Several drivers miss filling in the access_align field. So this patch has them fill it in. Signed-off-by: James Simmons <jsimmons@www.infradead.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

کامیت شده توسط
Linus Torvalds

والد
f1ab5dac25
کامیت
58a606431a
@@ -1345,6 +1345,7 @@ static int __devinit nvidia_set_fbinfo(struct fb_info *info)
|
||||
|
||||
info->pixmap.scan_align = 4;
|
||||
info->pixmap.buf_align = 4;
|
||||
info->pixmap.access_align = 32;
|
||||
info->pixmap.size = 8 * 1024;
|
||||
info->pixmap.flags = FB_PIXMAP_SYSTEM;
|
||||
|
||||
|
مرجع در شماره جدید
Block a user