Re: [PATCH] of: use correct function prototype for of_overlay_fdt_apply()

2019-04-10 Thread Rob Herring
On Fri, Mar 22, 2019 at 01:23:41PM +1300, Chris Packham wrote: > When CONFIG_OF_OVERLAY is not enabled the fallback stub for > of_overlay_fdt_apply() does not match the prototype for the case when > CONFIG_OF_OVERLAY is enabled. Update the stub to use the correct > function prototype. > > Fixes:

Re: [PATCH] of: use correct function prototype for of_overlay_fdt_apply()

2019-03-21 Thread Frank Rowand
On 3/21/19 5:23 PM, Chris Packham wrote: > When CONFIG_OF_OVERLAY is not enabled the fallback stub for > of_overlay_fdt_apply() does not match the prototype for the case when > CONFIG_OF_OVERLAY is enabled. Update the stub to use the correct > function prototype. > > Fixes: commit 39a751a4cb7e

[PATCH] of: use correct function prototype for of_overlay_fdt_apply()

2019-03-21 Thread Chris Packham
When CONFIG_OF_OVERLAY is not enabled the fallback stub for of_overlay_fdt_apply() does not match the prototype for the case when CONFIG_OF_OVERLAY is enabled. Update the stub to use the correct function prototype. Fixes: commit 39a751a4cb7e ("of: change overlay apply input data from unflattened