Commit df09b0bb authored by Zhu Jun's avatar Zhu Jun Committed by Shuah Khan
Browse files

selftests/dma:remove unused variable



The variable are never referenced in the code, just remove it
that this problem was discovered by reading code

Signed-off-by: default avatarZhu Jun <zhujun2@cmss.chinamobile.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent e23b1e6a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ int main(int argc, char **argv)
	int granule = 1;

	int cmd = DMA_MAP_BENCHMARK;
	char *p;

	while ((opt = getopt(argc, argv, "t:s:n:b:d:x:g:")) != -1) {
		switch (opt) {