Loading drivers/media/platform/msm/camera_v2/msm.c +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 Loading Loading @@ -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); Loading Loading
drivers/media/platform/msm/camera_v2/msm.c +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 Loading Loading @@ -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); Loading