Hi Andrea, Am Samstag, 21. Mai 2016, 13:51:09 schrieb Andrea Gelmini: > Signed-off-by: Andrea Gelmini <andrea.gelmini at gelma.net> A series of 1529 patches? That's a bit extreme. Also in future please use a sane subject line and additionally see comment below making the patch not valid. > --- > arch/arm/mach-rockchip/pm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-rockchip/pm.c b/arch/arm/mach-rockchip/pm.c > index bee8c80..309d672 100644 > --- a/arch/arm/mach-rockchip/pm.c > +++ b/arch/arm/mach-rockchip/pm.c > @@ -280,7 +280,7 @@ static int rk3288_suspend_init(struct device_node *np) > > rk3288_config_bootdata(); > > - /* copy resume code and data to bootsram */ > + /* copy resume code and data to bootram */ this is _not_ a typo, it is sram not regular ram > memcpy(rk3288_bootram_base, rockchip_slp_cpu_resume, > rk3288_bootram_sz);