[PATCH] Bring back Tux on Chips 65550 framebuffer
authorKeenan Pepper <keenanpepper@gmail.com>
Wed, 22 Jun 2005 00:16:54 +0000 (17:16 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 02:07:39 +0000 (19:07 -0700)
I don't see any reason why the framebuffer should need to be cleared,
and it makes Tux vanish.

Cc: <linux-fbdev-devel@lists.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/chipsfb.c

index ab98f22..95e7255 100644 (file)
@@ -423,9 +423,6 @@ chipsfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent)
        pmu_register_sleep_notifier(&chips_sleep_notifier);
 #endif /* CONFIG_PMAC_PBOOK */
 
-       /* Clear the entire framebuffer */
-       memset(p->screen_base, 0, 0x100000);
-
        pci_set_drvdata(dp, p);
        return 0;
 }