summaryrefslogtreecommitdiff
path: root/board/samus
diff options
context:
space:
mode:
Diffstat (limited to 'board/samus')
-rw-r--r--board/samus/power_sequence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samus/power_sequence.c b/board/samus/power_sequence.c
index be2c9961cd..f6033055c4 100644
--- a/board/samus/power_sequence.c
+++ b/board/samus/power_sequence.c
@@ -504,7 +504,7 @@ void set_pp5000_in_g3(int mask, int enable)
if (enable)
deprecated_atomic_or(&pp5000_in_g3, mask);
else
- deprecated_atomic_clear(&pp5000_in_g3, mask);
+ deprecated_atomic_clear_bits(&pp5000_in_g3, mask);
/* if we are in G3 now, then set the rail accordingly */
if (chipset_in_state(CHIPSET_STATE_HARD_OFF))