Re: [patch 12/25] mbxfb: Fix HSCOEFF3 register address
From: James Simmons <hidden>
Date: 2006-11-17 18:56:41
Acked-by: James Simmons <redacted> On Wed, 1 Nov 2006, akpm@osdl.org wrote:
quoted hunk ↗ jump to hunk
From: Raphael Assenat <redacted> This patch corrects the address for register HSCOEFF3. Signed-off-by: Raphael Assenat <redacted> Cc: "Antonino A. Daplas" <redacted> Signed-off-by: Andrew Morton <redacted> --- drivers/video/mbx/regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/mbx/regs.h~mbxfb-fix-hscoeff3-register-address drivers/video/mbx/regs.h--- a/drivers/video/mbx/regs.h~mbxfb-fix-hscoeff3-register-address +++ a/drivers/video/mbx/regs.h@@ -127,7 +127,7 @@ #define HSCOEFF0 __REG_2700G(0x000021b4) #define HSCOEFF1 __REG_2700G(0x000021b8) #define HSCOEFF2 __REG_2700G(0x000021bc) -#define HSCOEFF3 __REG_2700G(0x000021b0) +#define HSCOEFF3 __REG_2700G(0x000021c0) #define HSCOEFF4 __REG_2700G(0x000021c4) #define HSCOEFF5 __REG_2700G(0x000021c8) #define HSCOEFF6 __REG_2700G(0x000021cc)_ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Linux-fbdev-devel mailing list Linux-fbdev-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV