am 28e41cce: Merge "libadfhwc: use %zu for logging size_t"

* commit '28e41cce803f0f9e45344a060444f8575a417409':
  libadfhwc: use %zu for logging size_t
This commit is contained in:
Greg Hackmann 2014-03-11 23:19:03 +00:00 committed by Android Git Automerger
commit e8e0daaefa

View file

@ -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;
}