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

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

[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
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -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