diff options
author | Oliver Hartkopp <socketcan@hartkopp.net> | 2020-10-20 09:44:43 +0300 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2020-11-04 00:30:12 +0300 |
commit | ed3320cec279407a86bc4c72edc4a39eb49165ec (patch) | |
tree | 256475d8dfef1a1ac01dd8ce0641a36833ad538c /drivers/rtc/rtc-sun4v.c | |
parent | 2283f79b22684d2812e5c76fc2280aae00390365 (diff) | |
download | linux-ed3320cec279407a86bc4c72edc4a39eb49165ec.tar.xz |
can: dev: __can_get_echo_skb(): fix real payload length return value for RTR frames
The can_get_echo_skb() function returns the number of received bytes to
be used for netdev statistics. In the case of RTR frames we get a valid
(potential non-zero) data length value which has to be passed for further
operations. But on the wire RTR frames have no payload length. Therefore
the value to be used in the statistics has to be zero for RTR frames.
Reported-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Link: https://lore.kernel.org/r/20201020064443.80164-1-socketcan@hartkopp.net
Fixes: cf5046b309b3 ("can: dev: let can_get_echo_skb() return dlc of CAN frame")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers/rtc/rtc-sun4v.c')
0 files changed, 0 insertions, 0 deletions