[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:
Andrew Miller 2012-03-09 22:51:01 -03:00 committed by Mauro Carvalho Chehab
parent 68a6bb5465
commit 23bfb5be9f
1 changed files with 14 additions and 14 deletions

View File

@ -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