Commit 23bfb5be authored by Andrew Miller's avatar Andrew Miller Committed by Mauro Carvalho Chehab

[media] Staging: media: solo6x10: core.c Fix some coding style issue

Replaced spaces with tabs
Signed-off-by: default avatarAndrew Miller <amiller@amilx.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 68a6bb54
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment