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

Commit b6ba7e89 authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman
Browse files

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: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGlen Lee <glen.lee@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5ac24427
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)