[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>
This commit is contained in:
parent
03ae4e0ccc
commit
ce7405fb38
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue