]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: kbd: signature of usb_kbd_put_queue()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 23 Nov 2019 17:15:19 +0000 (18:15 +0100)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Mon, 25 Nov 2019 12:28:53 +0000 (13:28 +0100)
commit28dfa7d80d8ddf7ef795f518230964d2c393b25b
treeba5c7342521ff5508b50ef32a6a7b96fd570eaa8
parent216db3af2c31303ba2388b51fa064693b8c47ac2
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>
common/usb_kbd.c