projects
/
platform
/
core
/
uifw
/
libtbm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a5947b
)
tbm_module: Remove unused argument of log
97/297297/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 16 Aug 2023 11:48:42 +0000
(20:48 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 16 Aug 2023 11:48:51 +0000
(20:48 +0900)
Change-Id: I5c1bdfa3f91663d29d7471036d1269dd27f53df9
src/tbm_module.c
patch
|
blob
|
history
diff --git
a/src/tbm_module.c
b/src/tbm_module.c
index d1305bb6b9cff413a7d3bec0cc78b5454c17df46..8d4a955d1239ca0b0abe7fd5973cf8465897c704 100644
(file)
--- a/
src/tbm_module.c
+++ b/
src/tbm_module.c
@@
-523,7
+523,7
@@
tbm_module_bind_native_display(tbm_module *module, void *native_display)
} else {
// make the wayland server socket for sending the authenticated drm_fd to wayland clients.
if (!tbm_drm_helper_wl_auth_server_init(native_display, fd, NULL, 0)) {
- TBM_ERR("error: tbm_drm_helper_wl_auth_server_init failed\n"
, module, native_display
);
+ TBM_ERR("error: tbm_drm_helper_wl_auth_server_init failed\n");
close(fd);
return TBM_ERROR_INVALID_OPERATION;
}