commit | 28dfa7d80d8ddf7ef795f518230964d2c393b25b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Nov 23 18:15:19 2019 +0100 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Mon Nov 25 13:28:53 2019 +0100 |
tree | ba5c7342521ff5508b50ef32a6a7b96fd570eaa8 | |
parent | 216db3af2c31303ba2388b51fa064693b8c47ac2 [diff] |
usb: kbd: signature of usb_kbd_put_queue() usb_kbd_buffer is defined as u8[]. So let usb_kbd_put_queue() use u8 as type of the parameter for the new byte. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>