Skip to content

Commit df09b0b

Browse files
Zhu Junshuahkh
authored andcommitted
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 <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent e23b1e6 commit df09b0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/selftests/dma/dma_map_benchmark.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ int main(int argc, char **argv)
3333
int granule = 1;
3434

3535
int cmd = DMA_MAP_BENCHMARK;
36-
char *p;
3736

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

0 commit comments

Comments
 (0)