Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c3edaf4 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Slimbus: Remove the mutex_unlock which is not necessary"

parents 6dcab145 7fdbc7ca
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2943,7 +2943,6 @@ int slim_reconfigure_now(struct slim_device *sb)
			}
		}
		if (list_empty(&sb->mark_removal)) {
			mutex_unlock(&ctrl->sched.m_reconf);
			pr_info("SLIM_CL: skip reconfig sequence\n");
			return 0;
		}
@@ -3148,7 +3147,6 @@ int slim_reconfigure_now(struct slim_device *sb)
		ctrl->sched.msgsl = ctrl->sched.pending_msgsl;
		sb->cur_msgsl = sb->pending_msgsl;
		slim_chan_changes(sb, false);
		mutex_unlock(&ctrl->sched.m_reconf);
		return 0;
	}