diff options
author | Armando Visconti <armando.visconti@st.com> | 2012-03-07 12:30:53 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-03-27 01:47:55 +0200 |
commit | a612c2ae483ee7e4d40c31d5374edf8a8b025f2a (patch) | |
tree | 5195be5a4d5e25eb13b01c0ad33b803336a2ffa9 /mm/process_vm_access.c | |
parent | mtd: fsmc: Move ALE, CLE defines to their respective platform (diff) | |
download | linux-a612c2ae483ee7e4d40c31d5374edf8a8b025f2a.tar.xz linux-a612c2ae483ee7e4d40c31d5374edf8a8b025f2a.zip |
mtd: fsmc: fixed data abort inside change_bit()
Since change_bit() requires a (unsigned int *) as second arg,
the correct definition of err_idx[] array declared as
local variable of fsmc_correct_data() is the following:
u32 err_idx[8];
Signed-off-by: Armando Visconti <armando.visconti@st.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'mm/process_vm_access.c')
0 files changed, 0 insertions, 0 deletions