From: "Antonino A. Daplas" <adaplas@hotpop.com>
To: Andrew Morton <akpm@osdl.org>
Cc: Linux Fbdev development list <linux-fbdev-devel@lists.sourceforge.net>
Subject: [PATCH 8/15] fbdev: Do not memset the framebuffer memory in asiliantfb
Date: Fri, 29 Oct 2004 09:58:39 +0800 [thread overview]
Message-ID: <200410290958.39751.adaplas@hotpop.com> (raw)
Do not memset the framebuffer memory in asiliantfb
Signed-off-by: Antonino Daplas <adaplas@pol.net>
---
asiliantfb.c | 3 ---
1 files changed, 3 deletions(-)
diff -Nru a/drivers/video/asiliantfb.c b/drivers/video/asiliantfb.c
--- a/drivers/video/asiliantfb.c 2004-10-19 20:21:16 +08:00
+++ b/drivers/video/asiliantfb.c 2004-10-28 22:56:44 +08:00
@@ -575,9 +575,6 @@
init_asiliant(p, addr);
- /* Clear the entire framebuffer */
- memset(p->screen_base, 0, 0x200000);
-
pci_set_drvdata(dp, p);
return 0;
}
-------------------------------------------------------
This Newsletter Sponsored by: Macrovision
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate
today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/
reply other threads:[~2004-10-29 1:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200410290958.39751.adaplas@hotpop.com \
--to=adaplas@hotpop.com \
--cc=akpm@osdl.org \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.