mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 06:19:38 +07:00
staging: wilc1000: removes void function return
This patch removes the warning reported by checkpatch.pl for void function return statements are not generally useful. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5ac2442732
commit
b6ba7e899f
@ -1047,8 +1047,6 @@ static void wilc_set_multicast_list(struct net_device *dev)
|
||||
}
|
||||
|
||||
wilc_setup_multicast_filter(vif, true, (dev->mc.count));
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static void linux_wlan_tx_complete(void *priv, int status)
|
||||
|
Loading…
Reference in New Issue
Block a user