[media] cx25821-video.c: Fix indent
Fix indent of statements to improve readability. Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
cd52b2cf9b
commit
f253981406
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue