Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0815c891 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde
Browse files

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: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent 5dfc8c94
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -447,7 +447,6 @@ static void can_can_gw_rcv(struct sk_buff *skb, void *data)
	/* delete frame due to misconfiguration */
	gwj->deleted_frames++;
	kfree_skb(nskb);
	return;
}

static inline int cgw_register_filter(struct net *net, struct cgw_job *gwj)