[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-47-ge4e2a2d
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2011-04-12 12:49:56
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via e4e2a2df874bb3900fecf8b903a43a15ce662dd4 (commit)
from 2a65a834ff56439cde683386f9efabcf5a598114 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e4e2a2df874bb3900fecf8b903a43a15ce662dd4
Author: Jeremie Scheer <jer...@ar...>
Date: Tue Apr 12 14:49:25 2011 +0200
[LINUX] [2.6.29.6] Fix bug with MXC_IO_ADDRESS in Armadeus' backlight driver.
-----------------------------------------------------------------------
Summary of changes:
target/linux/modules/backlight/imx_bl_2.6.23.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/target/linux/modules/backlight/imx_bl_2.6.23.c b/target/linux/modules/backlight/imx_bl_2.6.23.c
index 2487438..a422bf9 100644
--- a/target/linux/modules/backlight/imx_bl_2.6.23.c
+++ b/target/linux/modules/backlight/imx_bl_2.6.23.c
@@ -30,8 +30,8 @@
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,38)
#ifdef CONFIG_ARCH_IMX
#define LCDC_BASE_ADDR IMX_LCDC_BASE
-#define MXC_IO_ADDRESS IO_ADDRESS
#endif /* CONFIG_ARCH_IMX */
+#define MXC_IO_ADDRESS IO_ADDRESS
#else
#ifdef CONFIG_ARCH_MX1
#include <mach/mx1.h>
hooks/post-receive
--
armadeus
|