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

Commit 14cd1df4 authored by Dilek Uzulmez's avatar Dilek Uzulmez Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: Remove unnecessary else after return



This patch fixes checkpatch.pl warning in files of vt6655
WARNING: else is not generally useful after a break or return

Signed-off-by: default avatarDilek Uzulmez <dilekuzulmez@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3aaa06e1
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -1792,7 +1792,7 @@ BBuGetFrameTime(
			uFrameTime++;

		return uPreamble + uFrameTime;
	} else {
	}
	uFrameTime = (cbFrameLength * 8 + 22) / uRate; /* ???????? */
	uTmp = ((uFrameTime * uRate) - 22) / 8;
	if (cbFrameLength != uTmp)
@@ -1804,7 +1804,6 @@ BBuGetFrameTime(

	return 20 + uFrameTime; /* ?????? */
}
}

/*
 * Description: Calculate Length, Service, and Signal fields of Phy for Tx