Re: [PATCH net-next] net: bcmgenet: Do not return from void function

2017-08-29 Thread David Miller
From: Florian Fainelli Date: Tue, 29 Aug 2017 21:48:51 -0700 > A stray return was added in the macro bcmgenet_##name##_writel where it > should not, drop it. > > Reported-by: kbuild test robot > Fixes: 69d2ea9c7989 ("net: bcmgenet: Use correct I/O accessors") > Signed-off-by: Florian Fainelli

[PATCH net-next] net: bcmgenet: Do not return from void function

2017-08-29 Thread Florian Fainelli
A stray return was added in the macro bcmgenet_##name##_writel where it should not, drop it. Reported-by: kbuild test robot Fixes: 69d2ea9c7989 ("net: bcmgenet: Use correct I/O accessors") Signed-off-by: Florian Fainelli --- drivers/net/ethernet/broadcom/genet/bcmgenet.h | 2 +- 1 file changed,