Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

forcedeth: Remove return from a void function

In a void function, it is not necessary to append a return statement in it.

Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Zhu Yanjun and committed by
David S. Miller
ca92aea9 bc1750f3

-2
-2
drivers/net/ethernet/nvidia/forcedeth.c
··· 3272 3272 pci_push(base); 3273 3273 writel(np->linkspeed, base + NvRegLinkSpeed); 3274 3274 pci_push(base); 3275 - 3276 - return; 3277 3275 } 3278 3276 3279 3277 /**