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

This commit is contained in:
TreeHugger Robot
2016-12-01 17:15:36 +00:00
committed by Android (Google) Code Review

View File

@@ -123,7 +123,7 @@ static void setLight_native(
return;
}
status = ret.get(); // hal status
status = static_cast<Status>(ret); // hal status
}
switch (status) {