Loading drivers/media/platform/msm/camera/cam_core/cam_node.c +3 −0 Original line number Diff line number Diff line Loading @@ -657,6 +657,7 @@ int cam_node_handle_ioctl(struct cam_node *node, struct cam_control *cmd) "acquire device failed(rc = %d)", rc); goto acquire_kfree; } CAM_INFO(CAM_CORE, "Acquire HW successful"); } if (copy_to_user((void __user *)cmd->handle, acquire_ptr, Loading Loading @@ -763,6 +764,8 @@ int cam_node_handle_ioctl(struct cam_node *node, struct cam_control *cmd) "release device failed(rc = %d)", rc); } CAM_INFO(CAM_CORE, "Release HW done(rc = %d)", rc); release_kfree: kfree(release_ptr); break; Loading Loading
drivers/media/platform/msm/camera/cam_core/cam_node.c +3 −0 Original line number Diff line number Diff line Loading @@ -657,6 +657,7 @@ int cam_node_handle_ioctl(struct cam_node *node, struct cam_control *cmd) "acquire device failed(rc = %d)", rc); goto acquire_kfree; } CAM_INFO(CAM_CORE, "Acquire HW successful"); } if (copy_to_user((void __user *)cmd->handle, acquire_ptr, Loading Loading @@ -763,6 +764,8 @@ int cam_node_handle_ioctl(struct cam_node *node, struct cam_control *cmd) "release device failed(rc = %d)", rc); } CAM_INFO(CAM_CORE, "Release HW done(rc = %d)", rc); release_kfree: kfree(release_ptr); break; Loading