Loading net/rfkill/core.c +2 −2 Original line number Diff line number Diff line Loading @@ -656,7 +656,7 @@ static ssize_t rfkill_soft_store(struct device *dev, rfkill_set_block(rfkill, state); mutex_unlock(&rfkill_global_mutex); return err ?: count; return count; } static u8 user_state_from_blocked(unsigned long state) Loading Loading @@ -701,7 +701,7 @@ static ssize_t rfkill_state_store(struct device *dev, rfkill_set_block(rfkill, state == RFKILL_USER_STATE_SOFT_BLOCKED); mutex_unlock(&rfkill_global_mutex); return err ?: count; return count; } static ssize_t rfkill_claim_show(struct device *dev, Loading Loading
net/rfkill/core.c +2 −2 Original line number Diff line number Diff line Loading @@ -656,7 +656,7 @@ static ssize_t rfkill_soft_store(struct device *dev, rfkill_set_block(rfkill, state); mutex_unlock(&rfkill_global_mutex); return err ?: count; return count; } static u8 user_state_from_blocked(unsigned long state) Loading Loading @@ -701,7 +701,7 @@ static ssize_t rfkill_state_store(struct device *dev, rfkill_set_block(rfkill, state == RFKILL_USER_STATE_SOFT_BLOCKED); mutex_unlock(&rfkill_global_mutex); return err ?: count; return count; } static ssize_t rfkill_claim_show(struct device *dev, Loading