summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2018-05-31 13:07:34 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2018-05-31 13:09:42 +0900
commit3dfe8ea6fd98f004757a85d5468455da3e281218 (patch)
treeb79d682ac734972004733685a705baf92a9e3b8c
parentc4e3640c13b47b602c31f68cb12583392abcb474 (diff)
downloadlthor-3dfe8ea6fd98f004757a85d5468455da3e281218.tar.gz
lthor-3dfe8ea6fd98f004757a85d5468455da3e281218.tar.bz2
lthor-3dfe8ea6fd98f004757a85d5468455da3e281218.zip
Fix wrong opt usage for pid
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>
-rw-r--r--lthor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lthor.c b/lthor.c
index d1554dc..0e9aa9c 100644
--- a/lthor.c
+++ b/lthor.c
@@ -494,7 +494,7 @@ int main(int argc, char **argv)
exit(-1);
}
- dev_id.vid = (int)val;
+ dev_id.pid = (int)val;
break;
}
case 3: