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

Commit e737307b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: Fix device suspend crash"

parents e2867cff 7574a67e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -111,7 +111,7 @@ static int audio_slimslave_resume(struct slim_device *audio_slim)

	mutex_lock(&suspend_lock);
	suspend = false;
	mutex_lock(&suspend_lock);
	mutex_unlock(&suspend_lock);
	return 0;
}

@@ -122,7 +122,7 @@ static int audio_slimslave_suspend(struct slim_device *audio_slim,

	mutex_lock(&suspend_lock);
	suspend = true;
	mutex_lock(&suspend_lock);
	mutex_unlock(&suspend_lock);
	return 0;
}