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

Commit 6e4d1a8d authored by Rehas Sachdeva's avatar Rehas Sachdeva Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: Remove unnecessary 'else'



This patch removes the checkpatch.pl warning:
else is not generally useful after a break or return

Signed-off-by: default avatarRehas Sachdeva <aquannie@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ac4cf190
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -620,7 +620,6 @@ int wilc_wlan_handle_txq(struct net_device *dev, u32 *txq_count)

		if (i == 0)
			break;
		else
		vmm_table[i] = 0x0;

		acquire_bus(wilc, ACQUIRE_AND_WAKEUP);