diff options
author | Vincent Mailhol <mailhol.vincent@wanadoo.fr> | 2022-06-12 01:20:37 +0900 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2022-06-11 22:45:49 +0200 |
commit | e0e0cc54000e6f36a38c70778feb9d753cfb87e2 (patch) | |
tree | fbe8a0e33f00395d4eec31329ec8a34c3655360a /net/unix/sysctl_net_unix.c | |
parent | 173d349ba0b785305fde42a67ce66a63417e57da (diff) | |
download | linux-e0e0cc54000e6f36a38c70778feb9d753cfb87e2.tar.gz linux-e0e0cc54000e6f36a38c70778feb9d753cfb87e2.tar.bz2 linux-e0e0cc54000e6f36a38c70778feb9d753cfb87e2.zip |
can: etas_es58x: fix signedness of USB RX and TX pipes
USB pipes are meant to be unsigned int (c.f. [1]). However, fields
rx_pipe and tx_pipe of struct es58x_device are both signed
integers. Change the type of those two fields from int to unsigned
int.
[1] https://elixir.bootlin.com/linux/v5.18/source/include/linux/usb.h#L1571
Link: https://lore.kernel.org/all/20220611162037.1507-3-mailhol.vincent@wanadoo.fr
Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions