
23 Dec
2018
23 Dec
'18
2:09 a.m.
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@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.
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