mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 01:51:39 +00:00
can: gw: can_can_gw_rcv(): remove return at end of void function
This patch remove the return at the end of the void function can_can_gw_rcv(). Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
5dfc8c94a8
commit
0815c891e5
1 changed files with 0 additions and 1 deletions
|
@ -447,7 +447,6 @@ static void can_can_gw_rcv(struct sk_buff *skb, void *data)
|
||||||
/* delete frame due to misconfiguration */
|
/* delete frame due to misconfiguration */
|
||||||
gwj->deleted_frames++;
|
gwj->deleted_frames++;
|
||||||
kfree_skb(nskb);
|
kfree_skb(nskb);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline int cgw_register_filter(struct net *net, struct cgw_job *gwj)
|
static inline int cgw_register_filter(struct net *net, struct cgw_job *gwj)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue