提交 7ee6dc2b 编写于 作者: O openharmony_ci 提交者: Gitee

!169 delete: repeated STRINGEQUAL

Merge pull request !169 from 熊磊/1122
......@@ -356,8 +356,6 @@ static const char *GetDeviceBasePath(const char *subsystem)
devPath = "/dev/input";
} else if (STRINGEQUAL(subsystem, "drm")) {
devPath = "/dev/dri";
} else if (STRINGEQUAL(subsystem, "input")) {
devPath = "/dev/input";
} else if (STRINGEQUAL(subsystem, "graphics")) {
devPath = "/dev/graphics";
} else if (STRINGEQUAL(subsystem, "sound")) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册