Hi Peter,
On 01/12/2016 04:58 AM, Peter Crosthwaite wrote:
> On Fri, Jan 08, 2016 at 09:32:02AM +, Eric Auger wrote:
>> This patch aligns the prototype with qemu_fdt_getprop. The caller
>> can choose whether the function self-asserts on error (passing
>> &error_fatal as Error ** argument, corre
On Fri, Jan 08, 2016 at 09:32:02AM +, Eric Auger wrote:
> This patch aligns the prototype with qemu_fdt_getprop. The caller
> can choose whether the function self-asserts on error (passing
> &error_fatal as Error ** argument, corresponding to the legacy behavior),
> or behaves differently such
This patch aligns the prototype with qemu_fdt_getprop. The caller
can choose whether the function self-asserts on error (passing
&error_fatal as Error ** argument, corresponding to the legacy behavior),
or behaves differently such as simply output a message.
In this later case the caller can use t