commit | a16adf533f9c2cac799e17a75d2386f2914af809 | [log] [tgz] |
---|---|---|
author | Jingxia Zhang <jingxia.zhang@amlogic.com> | Fri Jun 02 04:00:29 2023 -0700 |
committer | Gerrit Code Review <gituser@scgitnew.amlogic.com> | Fri Jun 02 04:00:29 2023 -0700 |
tree | 99ba6dff71ee6438514e17f2345508c47fe227bc | |
parent | a1ace7e3d5813f035f893b8f85cffdf895b1c25d [diff] | |
parent | 54f11d5edd52bad32da20d8831a095530afe07ec [diff] |
Merge "libdrm-meson: Expand libdrm-meson API Function List [1/1]"
diff --git a/meson/libdrm_meson_connector.c b/meson/libdrm_meson_connector.c index 7300e37..1315898 100644 --- a/meson/libdrm_meson_connector.c +++ b/meson/libdrm_meson_connector.c
@@ -41,8 +41,6 @@ bytes = write(fd, val, strlen(val)); close(fd); return 0; - } else { - printf("unable to open file %s,err: %s\n", path, strerror(errno)); } return -1; }