commit | 939b90be4c9a242b4e5dced0c2b00f145ccd671c | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Thu Nov 16 16:26:38 2023 +0000 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Nov 22 18:34:36 2023 +0000 |
tree | 30df4eccd328a129495f66e5a3c83e09c73e0bc9 | |
parent | 2a6cec0687c279dde5756aa9aa38ff5bbba9fa42 [diff] |
drivers: drop few redundant guard around pm_policy_state_lock_* The pm_policy_state_lock_put and pm_policy_state_lock_put functions already become a no-op if CONFIG_PM is not enabled. Drop the guards around it in few different drivers. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>