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

Commit e1cc0108 authored by Steven Moreland's avatar Steven Moreland
Browse files

Revert "LightService: don't use implicit cast of Return<*>"

This reverts commit 9893740d.

Reason for revert: <INSERT REASONING HERE>

Change-Id: Ib522886cb5007a2cab5bcf43643e29207fa8ea1b
parent 9893740d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ static void setLight_native(
            return;
        }

        status = ret.get(); // hal status
        status = static_cast<Status>(ret); // hal status
    }

    switch (status) {