samsung: hidl: power: fixup setInteractive while display is on

Change-Id: I5cdf542650fa3baf416d5a1cb88cd7034efb407f
diff --git a/hidl/power/Power.cpp b/hidl/power/Power.cpp
index 721dbda..b8418f1 100644
--- a/hidl/power/Power.cpp
+++ b/hidl/power/Power.cpp
@@ -59,7 +59,7 @@
         if (panel_brightness > 0) {
             LOG(VERBOSE) << "Moving to non-interactive state, but screen is still on,"
                          << "not disabling input devices";
-            return Void();
+            goto out;
         }
     }