mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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>
This commit is contained in:
parent
e23b1e6a2b
commit
df09b0bb09
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user