diff options
-rw-r--r-- | drivers/video/skeletonfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/skeletonfb.c b/drivers/video/skeletonfb.c index 64779e70408f..62321458f71a 100644 --- a/drivers/video/skeletonfb.c +++ b/drivers/video/skeletonfb.c @@ -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 ***************************/ /* |