android_kernel_google_msm/net/can
Daniel Borkmann e9ff904465 BACKPORT: net: sock: make sock_tx_timestamp void
Currently, sock_tx_timestamp() always returns 0. The comment that
describes the sock_tx_timestamp() function wrongly says that it
returns an error when an invalid argument is passed (from commit
20d4947353, ``net: socket infrastructure for SO_TIMESTAMPING'').
Make the function void, so that we can also remove all the unneeded
if conditions that check for such a _non-existant_ error case in the
output path.

Change-Id: Ibdfd5071737190371d4abec5ae76046b5aa8de23
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Kevin F. Haggerty <haggertk@lineageos.org>
2023-02-18 18:32:19 +01:00
..
af_can.c can: add missing initialisations in CAN related skbuffs 2015-06-19 11:40:23 +08:00
af_can.h
bcm.c
gw.c
Kconfig
Makefile
proc.c
raw.c BACKPORT: net: sock: make sock_tx_timestamp void 2023-02-18 18:32:19 +01:00