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

Commit 28e41cce authored by Greg Hackmann's avatar Greg Hackmann Committed by Gerrit Code Review
Browse files

Merge "libadfhwc: use %zu for logging size_t"

parents cb0bb7c5 18b71278
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;
        }