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

Commit 129fc4a1 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: req_mgr: Remove unwanted v4l2 operation" into camera-kernel.lnx.3.1

parents c1c1c9fb 100ee9dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -644,7 +644,6 @@ void cam_subdev_notify_message(u32 subdev_type,
	struct cam_subdev *csd = NULL;

	list_for_each_entry(sd, &g_dev.v4l2_dev->subdevs, list) {
		sd->entity.name = video_device_node_name(sd->devnode);
		if (sd->entity.function == subdev_type) {
			csd = container_of(sd, struct cam_subdev, sd);
			if (csd->msg_cb != NULL)