Loading drivers/media/platform/msm/camera_v2/pproc/vpe/msm_vpe.c +3 −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 @@ -1382,6 +1382,8 @@ static long msm_vpe_subdev_ioctl(struct v4l2_subdev *sd, process_frame, sizeof(struct msm_vpe_frame_info_t))) { mutex_unlock(&vpe_dev->mutex); kfree(process_frame); kfree(event_qcmd); return -EINVAL; } Loading Loading
drivers/media/platform/msm/camera_v2/pproc/vpe/msm_vpe.c +3 −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 @@ -1382,6 +1382,8 @@ static long msm_vpe_subdev_ioctl(struct v4l2_subdev *sd, process_frame, sizeof(struct msm_vpe_frame_info_t))) { mutex_unlock(&vpe_dev->mutex); kfree(process_frame); kfree(event_qcmd); return -EINVAL; } Loading