Commit 65faaeb3 authored by Krzysztof Helt's avatar Krzysztof Helt Committed by Linus Torvalds

skeletonfb: wrong field name fix

This patch corrects name of the field.
Signed-off-by: default avatarKrzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: default avatarAntonino Daplas <adaplas@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e7f76df9
...@@ -780,7 +780,7 @@ static int __devinit xxxfb_probe(struct pci_dev *dev, ...@@ -780,7 +780,7 @@ static int __devinit xxxfb_probe(struct pci_dev *dev,
* *
* NOTE: This field is currently unused. * NOTE: This field is currently unused.
*/ */
info->pixmap.scan_align = 32; info->pixmap.access_align = 32;
/***************************** End optional stage ***************************/ /***************************** End optional stage ***************************/
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment