lkml.org 
[lkml]   [2010]   [Apr]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 12/16] fix register save count, so it matches the restore count.
Date
From: Paul Fox <pgf@laptop.org>

Signed-off-by: Paul Fox <pgf@laptop.org>
---
drivers/video/via/viafbdev.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/via/viafbdev.c b/drivers/video/via/viafbdev.c
index 88298e1..5a5964f 100644
--- a/drivers/video/via/viafbdev.c
+++ b/drivers/video/via/viafbdev.c
@@ -1852,7 +1852,7 @@ static int viafb_suspend(struct pci_dev *pdev, pm_message_t state)

memcpy_fromio(viaparinfo->shared->saved_regs,
viaparinfo->shared->engine_mmio + 0x100,
- 0xff * sizeof(u32));
+ 0x100 * sizeof(u32));

fb_set_suspend(viafbinfo, 1);

--
1.7.0.1


\
 
 \ /
  Last update: 2010-04-08 19:23    [W:0.228 / U:0.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site