On 23.12.18 00:55, Heinrich Schuchardt wrote:
> On 12/19/18 10:42 PM, Heinrich Schuchardt wrote:
>> The first parameter of efi_add_runtime_mmio() is a pointer to a
>> pointer. This should be reflected both in the signature and in the
>> documentation.
>>
>> Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de>
>> ---
>> v2
>>      Correct the commit message and title. This patch changes
>>      efi_add_runtime_mmio().
>> ---
> 
> There are build warnings leading to Travis failure with this patch.
> 
> https://travis-ci.org/xypron2/u-boot/jobs/471428991

Yes, void ** is a very particular type. If you want to say "something
you really can't statically determine" - which this is - then you have
to keep it as "void *".


Alex

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to