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

Commit f2539814 authored by Leonid V. Fedorenchik's avatar Leonid V. Fedorenchik Committed by Mauro Carvalho Chehab
Browse files

[media] cx25821-video.c: Fix indent



Fix indent of statements to improve readability.

Signed-off-by: default avatarLeonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent cd52b2cf
Loading
Loading
Loading
Loading
+39 −40
Original line number Diff line number Diff line
@@ -484,8 +484,7 @@ int cx25821_video_register(struct cx25821_dev *dev)
		cx25821_init_controls(dev, i);

		cx25821_risc_stopper(dev->pci, &dev->channels[i].vidq.stopper,
				dev->channels[i].sram_channels->dma_ctl,
				0x11, 0);
			dev->channels[i].sram_channels->dma_ctl, 0x11, 0);

		dev->channels[i].sram_channels = &cx25821_sram_channels[i];
		dev->channels[i].video_dev = NULL;