mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue