projects
/
tools
/
lthor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aed2c4f
)
Fix wrong opt usage for pid
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Thu, 31 May 2018 04:07:34 +0000
(13:07 +0900)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Thu, 21 Jun 2018 08:23:10 +0000
(17:23 +0900)
The opt '--product-id' should be set in pid, but it is set to vid.
Fix wrong opt usage for pid.
Change-Id: I360cacdade6dd81cd3250013c68a561ebfbdc008
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
lthor.c
patch
|
blob
|
history
diff --git
a/lthor.c
b/lthor.c
index d1554dc37e292cf6d78fcded1fa7dc9c0ec31986..0e9aa9c27184d87a8b2fa9d69200591f2c6ef9cf 100644
(file)
--- a/
lthor.c
+++ b/
lthor.c
@@
-494,7
+494,7
@@
int main(int argc, char **argv)
exit(-1);
}
- dev_id.
v
id = (int)val;
+ dev_id.
p
id = (int)val;
break;
}
case 3: