Re: [U-Boot] [PATCH 13/35] arm: socfpga: clock: Drop nonsense inlining from clock manager code

2014-09-16 Thread Marek Vasut
On Monday, September 15, 2014 at 09:25:09 PM, Dinh Nguyen wrote: On 09/15/2014 06:06 AM, Marek Vasut wrote: The inlining is done by GCC whe needed, there is no need to do it s/whe/when. Acked-by: Dinh Nguyen dingu...@opensource.altera.com thanks... Fixed, thanks! Best regards, Marek

[U-Boot] [PATCH 13/35] arm: socfpga: clock: Drop nonsense inlining from clock manager code

2014-09-15 Thread Marek Vasut
The inlining is done by GCC whe needed, there is no need to do it explicitly. Furthermore, the inline keyword does not force-inline the code, but is only a hint for the compiler. Scrub this hint. Signed-off-by: Marek Vasut ma...@denx.de Cc: Chin Liang See cl...@altera.com Cc: Dinh Nguyen

Re: [U-Boot] [PATCH 13/35] arm: socfpga: clock: Drop nonsense inlining from clock manager code

2014-09-15 Thread Dinh Nguyen
On 09/15/2014 06:06 AM, Marek Vasut wrote: The inlining is done by GCC whe needed, there is no need to do it s/whe/when. Acked-by: Dinh Nguyen dingu...@opensource.altera.com thanks... explicitly. Furthermore, the inline keyword does not force-inline the code, but is only a hint for the