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

Commit 3f0a4c1d authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

carl9170: remove unnecessary break after return

parent d3274a05
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1139,7 +1139,6 @@ static int carl9170_set_freq_cal_data(struct ar9170 *ar,

	default:
		return -EINVAL;
		break;
	}

	for (; i >= 0; i--) {