mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 23:54:26 +08:00
skeletonfb: wrong field name fix
This patch corrects name of the field. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e7f76df964
commit
65faaeb359
@ -780,7 +780,7 @@ static int __devinit xxxfb_probe(struct pci_dev *dev,
|
||||
*
|
||||
* NOTE: This field is currently unused.
|
||||
*/
|
||||
info->pixmap.scan_align = 32;
|
||||
info->pixmap.access_align = 32;
|
||||
/***************************** End optional stage ***************************/
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user