Message ID | 20191122105417.11503-2-lee.jones@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | [5.3,1/2] ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundary | expand |
On Fri, Nov 22, 2019 at 10:54:17AM +0000, Lee Jones wrote: >From: Marc Kleine-Budde <mkl@pengutronix.de> > >[ Upstream commit d36673f5918c8fd3533f7c0d4bac041baf39c7bb ] > >This patch remove the return at the end of the void function >can_dellink(). Why is this patch needed for -stable? -- Thanks, Sasha
diff --git a/drivers/net/can/dev.c b/drivers/net/can/dev.c index 99fa712b48b3..8ada8e7326f9 100644 --- a/drivers/net/can/dev.c +++ b/drivers/net/can/dev.c @@ -1210,7 +1210,6 @@ static int can_newlink(struct net *src_net, struct net_device *dev, static void can_dellink(struct net_device *dev, struct list_head *head) { - return; } static struct rtnl_link_ops can_link_ops __read_mostly = {