diff options
author | Raphael Assenat <raph@8d.com> | 2006-12-08 05:40:33 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 11:29:06 -0500 |
commit | ce7405fb380c097511d0a3d20db25bc167f3c5dc (patch) | |
tree | 3eb87ffc5fd29e4b3600b2f9a756163fcfe92cda /drivers | |
parent | 03ae4e0ccc10ad2d8b7f421fbbeac4fe44b806fb (diff) |
[PATCH] mbxfb: Fix HSCOEFF3 register address
This patch corrects the address for register HSCOEFF3.
Signed-off-by: Raphael Assenat <raph@8d.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Acked-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/mbx/regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mbx/regs.h b/drivers/video/mbx/regs.h index ad20be07666b..a7c63d865aad 100644 --- a/drivers/video/mbx/regs.h +++ b/drivers/video/mbx/regs.h | |||
@@ -127,7 +127,7 @@ | |||
127 | #define HSCOEFF0 __REG_2700G(0x000021b4) | 127 | #define HSCOEFF0 __REG_2700G(0x000021b4) |
128 | #define HSCOEFF1 __REG_2700G(0x000021b8) | 128 | #define HSCOEFF1 __REG_2700G(0x000021b8) |
129 | #define HSCOEFF2 __REG_2700G(0x000021bc) | 129 | #define HSCOEFF2 __REG_2700G(0x000021bc) |
130 | #define HSCOEFF3 __REG_2700G(0x000021b0) | 130 | #define HSCOEFF3 __REG_2700G(0x000021c0) |
131 | #define HSCOEFF4 __REG_2700G(0x000021c4) | 131 | #define HSCOEFF4 __REG_2700G(0x000021c4) |
132 | #define HSCOEFF5 __REG_2700G(0x000021c8) | 132 | #define HSCOEFF5 __REG_2700G(0x000021c8) |
133 | #define HSCOEFF6 __REG_2700G(0x000021cc) | 133 | #define HSCOEFF6 __REG_2700G(0x000021cc) |