On Fri, Dec 4, 2015 at 12:39 AM, Pali Rohár <pali.rohar@xxxxxxxxx> wrote: > On Thursday 03 December 2015 15:38:56 Darren Hart wrote: >> Pali, this appears to have the one change you asked for (0x%x instead of %d). >> I've added the Reviewed-by: Pali Rohár <pali.rohar@xxxxxxxxx> you provided >> previously pending this change. > > Ok. > >> > + /* Uninitialized entries are 0 aka KEY_RESERVED. */ >> > + u16 keycode = (bios_entry->keycode < >> > + ARRAY_SIZE(bios_to_linux_keycode)) ? >> > + bios_to_linux_keycode[bios_entry->keycode] : >> > + KEY_RESERVED; >> > + BUILD_BUG_ON(KEY_RESERVED != 0); > > Anyway, Darren what do you think is that BUILD_BUG_ON check needed? > Sorry, my bad. IIRC Darren made that change, I made the other change, and then I resent and we lost this one. Darren, want to fix it in your tree? If not, I'll include the BUILD_BUG_ON deletion in v3. --Andy -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html