Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Zhu Jun <zhujun2@cmss.chinamobile.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Zhu Jun and committed by
Shuah Khan
df09b0bb e23b1e6a

-1
-1
tools/testing/selftests/dma/dma_map_benchmark.c
··· 33 33 int granule = 1; 34 34 35 35 int cmd = DMA_MAP_BENCHMARK; 36 - char *p; 37 36 38 37 while ((opt = getopt(argc, argv, "t:s:n:b:d:x:g:")) != -1) { 39 38 switch (opt) {