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

Commit cdac082e authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

drivers/s390/net: Remove unnecessary semicolons

parent f3aa3136
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -372,7 +372,7 @@ static ssize_t qeth_dev_performance_stats_store(struct device *dev,
	i = simple_strtoul(buf, &tmp, 16);
	if ((i == 0) || (i == 1)) {
		if (i == card->options.performance_stats)
			goto out;;
			goto out;
		card->options.performance_stats = i;
		if (i == 0)
			memset(&card->perf_stats, 0,