am 28e41cce: Merge "libadfhwc: use %zu for logging size_t"
* commit '28e41cce803f0f9e45344a060444f8575a417409': libadfhwc: use %zu for logging size_t
This commit is contained in:
commit
e8e0daaefa
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ int adf_hwc_open(int *intf_fds, size_t n_intfs,
|
|||
|
||||
ret = adf_set_event(dup_intf_fd, ADF_EVENT_HOTPLUG, 1);
|
||||
if (ret < 0 && ret != -EINVAL) {
|
||||
ALOGE("failed to enable hotplug event on display %u: %s",
|
||||
ALOGE("failed to enable hotplug event on display %zu: %s",
|
||||
i, strerror(errno));
|
||||
goto err;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue