Hi, > gcc complains about using potentially unused variables.
> - u8 param[2];
> + u8 param[2] = { 0, 0 };
> int ret = kbd_command(ATKBD_CMD_GETID, param);
Looks good. Patch doesn't apply.
cheers,
Gerd
_______________________________________________
SeaBIOS mailing list -- [email protected]
To unsubscribe send an email to [email protected]
