power: remove unused variable/mark unused parameter
authorStricted <info@stricted.net>
Tue, 28 Aug 2018 05:30:40 +0000 (07:30 +0200)
committerStricted <info@stricted.net>
Sat, 8 Sep 2018 18:39:04 +0000 (20:39 +0200)
Change-Id: I9fc0ab96a735b98c0868acb77cb74776c5e5464c

power/power.c

index a34a5b5f01f9c0c5d4086a83779be7aa7e7e456e..887faf6f3b2132c330a95212d78dd505e0de7f10 100644 (file)
@@ -213,8 +213,6 @@ static void send_boostpulse(int boostpulse_fd)
 static void set_power_profile(struct samsung_power_module *samsung_pwr,
                               int profile)
 {
-    int rc;
-
     if (profile < 0 || profile >= PROFILE_MAX) {
         return;
     }
@@ -531,10 +529,8 @@ static int samsung_get_feature(struct power_module *module __unused,
     return -1;
 }
 
-static void samsung_set_feature(struct power_module *module, feature_t feature, int state __unused)
+static void samsung_set_feature(struct power_module *module __unused, feature_t feature, int state __unused)
 {
-    struct samsung_power_module *samsung_pwr = (struct samsung_power_module *) module;
-
     switch (feature) {
 #ifdef TARGET_TAP_TO_WAKE_NODE
         case POWER_FEATURE_DOUBLE_TAP_TO_WAKE: