Commit 06617337 authored by Colin Ian King's avatar Colin Ian King Committed by Hans Verkuil
Browse files

media: atomisp: Fix spelling mistake "pipline" -> "pipeline"



There is a spelling mistake in a dev_err() message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240429075146.1073869-1-colin.i.king@gmail.com


Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent a7547337
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -894,7 +894,7 @@ int atomisp_start_streaming(struct vb2_queue *vq, unsigned int count)
	ret = __media_pipeline_start(&asd->video_out.vdev.entity.pads[0], &asd->video_out.pipe);
	mutex_unlock(&isp->media_dev.graph_mutex);
	if (ret) {
		dev_err(isp->dev, "Error starting mc pipline: %d\n", ret);
		dev_err(isp->dev, "Error starting mc pipeline: %d\n", ret);
		goto out_unlock;
	}