On Mon, Nov 23, 2015 at 08:47:10PM +0100, Pali Rohár wrote:
> On Friday 20 November 2015 17:27:00 Andy Lutomirski wrote:
> > +           if (keycode == KEY_RESERVED) {
> > +                   pr_info("firmware scancode %d maps to unrecognized 
> > keycode %d\n",
> > +                           bios_entry->scancode, bios_entry->keycode);
> > +                   continue;
> > +           }
> 
> Please use "0x%x" instead "%d" for those scan and key codes. Other parts
> in driver use "0x%x" so that new info message could be more confused if
> it has decimal codes...
> 
> With that fix, you can add my:
> Reviewed-by: Pali Rohár <pali.ro...@gmail.com>

Andy, will you be resending with this change?

-- 
Darren Hart
Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" 
in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to