diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2024-06-28 15:47:27 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2024-07-03 13:48:53 -0700 |
commit | 5e13bea78df88c7185ce2f06645a7e4d8a2ba042 (patch) | |
tree | 27652d818285e01b79c16aff522db2397cb2e198 /drivers/input/keyboard | |
parent | 93f25f92fc7dda195c3a7ec38d6bc67c1cbed2c6 (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