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

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

Merge "msm: camera: Add error logging for sof freeze"

parents 884e22d1 ecdeebe1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2015, 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
@@ -648,6 +648,7 @@ static long msm_private_ioctl(struct file *file, void *fh,
		break;

	case MSM_CAM_V4L2_IOCTL_NOTIFY_FREEZE: {
		pr_err("Notifying subdevs about potential sof freeze\n");
		if (!list_empty(&msm_v4l2_dev->subdevs)) {
			list_for_each_entry(msm_sd, &ordered_sd_list, list)
				__msm_sd_notify_freeze_subdevs(msm_sd);