Loading drivers/media/platform/msm/camera_v2/msm_vb2/msm_vb2.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2016, 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 @@ -122,7 +122,7 @@ static void msm_vb2_stop_stream(struct vb2_queue *q) stream = msm_get_stream_from_vb2q(q); if (!stream) { pr_err("%s:%d] NULL stream", __func__, __LINE__); pr_err_ratelimited("%s:%d] NULL stream", __func__, __LINE__); return; } Loading Loading
drivers/media/platform/msm/camera_v2/msm_vb2/msm_vb2.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2016, 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 @@ -122,7 +122,7 @@ static void msm_vb2_stop_stream(struct vb2_queue *q) stream = msm_get_stream_from_vb2q(q); if (!stream) { pr_err("%s:%d] NULL stream", __func__, __LINE__); pr_err_ratelimited("%s:%d] NULL stream", __func__, __LINE__); return; } Loading