Commit 236d42db authored by Antonino Daplas's avatar Antonino Daplas Committed by Linus Torvalds

[PATCH] fbdev: Do not memset the framebuffer memory in asiliantfb

Do not memset the framebuffer memory in asiliantfb
Signed-off-by: default avatarAntonino Daplas <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b660d129
......@@ -575,9 +575,6 @@ asiliantfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent)
init_asiliant(p, addr);
/* Clear the entire framebuffer */
memset(p->screen_base, 0, 0x200000);
pci_set_drvdata(dp, p);
return 0;
}
......
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