* [PATCH 5/8] fbdev: Fix source copy bug in neofb
@ 2004-11-02 11:46 Antonino A. Daplas
0 siblings, 0 replies; only message in thread
From: Antonino A. Daplas @ 2004-11-02 11:46 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linux Fbdev development list
Fix copy system-io copy bug.
Signed-off-by: Antonino Daplas <adaplas@pol.net>
---
neofb.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/drivers/video/neofb.c b/drivers/video/neofb.c
--- a/drivers/video/neofb.c 2004-10-29 05:38:32 +08:00
+++ b/drivers/video/neofb.c 2004-11-01 07:21:53 +08:00
@@ -1529,7 +1529,7 @@
&par->neo2200->xyExt);
for (i = 0; i < data_len; i++)
- writeb(image->data[i], par->mmio_vbase + 0x100000);
+ writeb(image->data[i], par->mmio_vbase + 0x100000 + i);
}
static void
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-11-02 11:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-02 11:46 [PATCH 5/8] fbdev: Fix source copy bug in neofb Antonino A. Daplas
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.