Fix for KW issue
authorAshish K Singh <ashish.k.singh@intel.com>
Thu, 10 May 2012 09:16:27 +0000 (14:46 +0530)
committerbuildbot <buildbot@intel.com>
Fri, 11 May 2012 00:39:57 +0000 (17:39 -0700)
BZ: 34186

This is fix for KW issue 70362.

Change-Id: I990cf1d5a68395a2e9a0dfc5a7f687a82715768c
Signed-off-by: Ashish K Singh <ashish.k.singh@intel.com>
Reviewed-on: http://android.intel.com:8080/48204
Reviewed-by: Yang, Fei <fei.yang@intel.com>
Reviewed-by: Gross, Mark <mark.gross@intel.com>
Tested-by: Ng, Cheon-woei <cheon-woei.ng@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
drivers/staging/matrix/matrix.c

index 1bfbd0e..3bb08b1 100644 (file)
@@ -119,7 +119,7 @@ static struct mtx_size_info xhg_buf_info;
                        count < ptr_lut->mem_##state##_length; count++) { \
                        ptr_lut->mmap_##state[count].ctrl_remap_address = \
                                ioremap_nocache(ptr_lut-> \
-                                       mmap_init[count].ctrl_addr, \
+                                       mmap_##state[count].ctrl_addr, \
                                        sizeof(unsigned long)); \
                        ptr_lut->mmap_##state[count].data_remap_address = \
                                ioremap_nocache(ptr_lut-> \