[media] Staging: media: solo6x10: core.c Fix some coding style issue
Replaced spaces with tabs Signed-off-by: Andrew Miller <amiller@amilx.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
68a6bb5465
commit
23bfb5be9f
|
@ -213,7 +213,7 @@ static int __devinit solo_pci_probe(struct pci_dev *pdev,
|
|||
SOLO6110_PLL_DIVR(9) |
|
||||
SOLO6110_PLL_DIVQ_EXP(pll_DIVQ) |
|
||||
SOLO6110_PLL_DIVF(pll_DIVF) | SOLO6110_PLL_FSEN);
|
||||
mdelay(1); // PLL Locking time (1ms)
|
||||
mdelay(1); /* PLL Locking time (1ms) */
|
||||
|
||||
solo_reg_write(solo_dev, SOLO_DMA_CTRL1, 3 << 8); /* ? */
|
||||
} else
|
||||
|
|
Loading…
Reference in New Issue