summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2024-06-28 15:47:27 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2024-07-03 13:48:53 -0700
commit5e13bea78df88c7185ce2f06645a7e4d8a2ba042 (patch)
tree27652d818285e01b79c16aff522db2397cb2e198 /drivers/input/keyboard
parent93f25f92fc7dda195c3a7ec38d6bc67c1cbed2c6 (diff)
Input: cypress_ps2 - use u8 when dealing with byte data
When dealing with byte data use u8 instead of unsigned char or int. Stop layering error handling in cypress_ps2_sendbyte() and simply pass on error code from ps2_sendbyte(). Additionally use u8 instead of unisgned char throughout the code. Link: https://lore.kernel.org/r/20240628224728.2180126-5-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/keyboard')
0 files changed, 0 insertions, 0 deletions