projects
/
platform
/
adaptation
/
amlogic
/
libtbm-meson.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3758eb
)
Fix invalid log formatter
66/307666/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Tue, 12 Mar 2024 06:54:57 +0000
(15:54 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Tue, 12 Mar 2024 06:55:16 +0000
(15:55 +0900)
Change-Id: I5d416c8befd07bfc531ac722551deb12500f7f97
src/tbm_backend_meson.c
patch
|
blob
|
history
diff --git
a/src/tbm_backend_meson.c
b/src/tbm_backend_meson.c
index cba26019a1f6427c3b60477052171f45d324fc80..8e56c0605b5e14e70f33faf393c39250c5834fdb 100644
(file)
--- a/
src/tbm_backend_meson.c
+++ b/
src/tbm_backend_meson.c
@@
-1221,7
+1221,7
@@
tbm_meson_bo_export_fd(hal_tbm_bo *bo, hal_tbm_error *error)
arg.handle = bo_data->gem;
ret = drmIoctl(bo_data->bufmgr_fd, DRM_IOCTL_PRIME_HANDLE_TO_FD, &arg);
if (ret) {
- TBM_BACKEND_ERR("bo_data:%p Cannot dmabuf:%d (%
s
)", bo_data, bo_data->gem);
+ TBM_BACKEND_ERR("bo_data:%p Cannot dmabuf:%d (%
m
)", bo_data, bo_data->gem);
if (error)
*error = HAL_TBM_ERROR_INVALID_OPERATION;
return (hal_tbm_fd) ret;