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

Commit 891a3919 authored by Greg Hackmann's avatar Greg Hackmann Committed by Android Git Automerger
Browse files

am b4ad6911: Merge "libadf: silence false positive warning"

* commit 'b4ad6911':
  libadf: silence false positive warning
parents a5f7aca8 b4ad6911
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -768,7 +768,7 @@ int adf_find_simple_post_configuration(struct adf_device *dev,
        const __u32 *formats, size_t n_formats,
        adf_id_t *interface, adf_id_t *overlay_engine)
{
    adf_id_t *intfs;
    adf_id_t *intfs = NULL;
    ssize_t n_intfs = adf_interfaces(dev, &intfs);

    if (n_intfs < 0)