[U-Boot] [PATCH v2 1/1] efi_loader: efi_add_runtime_mmio()

Alexander Graf agraf at suse.de
Sun Dec 23 01:09:45 UTC 2018



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.glpk at 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



More information about the U-Boot mailing list