]> git.baikalelectronics.ru Git - kernel.git/commit
memory: emif: Fix the incorrect 'size' parameter in memcpy
authorOleksandr Dmytryshyn <oleksandr.dmytryshyn@ti.com>
Sat, 16 Mar 2013 06:16:46 +0000 (11:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 20:18:12 +0000 (13:18 -0700)
commit4599925250036076d1258570a547bca094fb324a
tree64d405f22b9f04793b8f15d34130ca6a1721a469
parent25a0cabe4be7c08ce24a759d940eb067d1bea044
memory: emif: Fix the incorrect 'size' parameter in memcpy

The issue was that only the first timings table was added to the
emif platform data at the emif driver registration. All other
timings tables was filled with zeros. Now all emif timings table
are added to the platform data.

Signed-off-by: Oleksandr Dmytryshyn <oleksandr.dmytryshyn@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/memory/emif.c