libadfhwc: use %zu for logging size_t
Change-Id: Ica75935a194509f9d85d8e577b81f9de03aaaea4 Signed-off-by: Greg Hackmann <ghackmann@google.com>
This commit is contained in:
parent
4439047463
commit
18b7127845
|
@ -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…
Reference in New Issue