mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
media: saa7134: drop a NO-BREAK SPACE
There are two spaces on a comment there, being one of them
an U+00a0 (' '): NO-BREAK SPACE.
Drop it.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
a4c3793e71
commit
35c47f8d9a
|
|
@ -871,7 +871,7 @@ void saa7134_enable_i2s(struct saa7134_dev *dev)
|
|||
switch (dev->pci->device) {
|
||||
case PCI_DEVICE_ID_PHILIPS_SAA7133:
|
||||
case PCI_DEVICE_ID_PHILIPS_SAA7135:
|
||||
/* Set I2S format (SONY) */
|
||||
/* Set I2S format (SONY) */
|
||||
saa_writeb(SAA7133_I2S_AUDIO_CONTROL, 0x00);
|
||||
/* Start I2S */
|
||||
saa_writeb(SAA7134_I2S_AUDIO_OUTPUT, 0x11);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user