Re: [PATCH v2] OMAP: fix fncpy API call

2011-02-02 Thread Jean Pihet
On Wed, Feb 2, 2011 at 1:01 AM, Tony Lindgren t...@atomide.com wrote: * Dave Martin dave.mar...@linaro.org [110201 08:34]: On Tue, Jan 25, 2011 at 5:48 PM,  jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com Fix a potential problem with function types when calling the fncpy

Re: [PATCH v2] OMAP: fix fncpy API call

2011-02-01 Thread Jean Pihet
On Tue, Jan 25, 2011 at 6:48 PM, jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com Fix a potential problem with function types when calling the fncpy API to copy the PM code functions to SRAM. Signed-off-by: Jean Pihet j-pi...@ti.com ---  

Re: [PATCH v2] OMAP: fix fncpy API call

2011-02-01 Thread Dave Martin
On Tue, Jan 25, 2011 at 5:48 PM, jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com Fix a potential problem with function types when calling the fncpy API to copy the PM code functions to SRAM. Signed-off-by: Jean Pihet j-pi...@ti.com ---  

Re: [PATCH v2] OMAP: fix fncpy API call

2011-02-01 Thread Tony Lindgren
* Dave Martin dave.mar...@linaro.org [110201 08:34]: On Tue, Jan 25, 2011 at 5:48 PM, jean.pi...@newoldbits.com wrote: From: Jean Pihet j-pi...@ti.com Fix a potential problem with function types when calling the fncpy API to copy the PM code functions to SRAM. Signed-off-by: Jean

[PATCH v2] OMAP: fix fncpy API call

2011-01-25 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com Fix a potential problem with function types when calling the fncpy API to copy the PM code functions to SRAM. Signed-off-by: Jean Pihet j-pi...@ti.com --- arch/arm/plat-omap/include/plat/sram.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff