K 10 svn:author V 3 imp K 8 svn:date V 27 2019-05-03T21:06:34.361521Z K 7 svn:log V 206 Remove stray '*' We're storing an EFI_HANDLE, not an pointer to a handle. Since EFI_HANDLE is a void * anyway, this has little practical effect since the conversion to / from void * and void ** is silent. END