Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
canbus
CTU CAN FD IP Core
Commits
220699cb
Commit
220699cb
authored
Sep 18, 2018
by
Martin Jeřábek
Browse files
dbg
parent
43881567
Changes
1
Hide whitespace changes
Inline
Side-by-side
driver/ctu_can_fd.c
View file @
220699cb
...
...
@@ -369,6 +369,7 @@ static int ctucan_rx(struct net_device *ndev)
struct
skb_shared_hwtstamps
*
hwts
;
hwts
=
skb_hwtstamps
(
skb
);
memset
(
hwts
,
0
,
sizeof
(
*
hwts
));
netdev_dbg
(
ndev
,
"RX: timestamp = %llu"
,
ts
);
hwts
->
hwtstamp
=
(
ktime_t
)
ts
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment