Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a7ba149 authored by Greg Hackmann's avatar Greg Hackmann Committed by Android Git Automerger
Browse files

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

* commit 'e8e0daae':
  libadfhwc: use %zu for logging size_t
parents 884a2a65 e8e0daae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }