summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sdm/service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdm/service.cpp b/sdm/service.cpp
index 527a761..ac7ee5c 100644
--- a/sdm/service.cpp
+++ b/sdm/service.cpp
@@ -118,7 +118,7 @@ int main() {
goto shutdown;
}
- if (!ab->isSupported() && !dm->isSupported() && !pa->isSupported()) {
+ if (!dm->isSupported() && !pa->isSupported()) {
// Backend isn't ready yet, so restart and try again
goto shutdown;
}