diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-03 15:13:33 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-03 15:13:33 -0500 |
commit | 232228763bccffef3d1d40c03ee691e713b81120 (patch) | |
tree | 82f6662f10d997c8371b95b3e7412671d54796a8 /drivers/media/pci | |
parent | d32f9ff7376c4298799e1532efb307026108f53a (diff) |
[media] smipcie: fix two small CodingStyle issues
Fix two small CodingStyle issues
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci')
-rw-r--r-- | drivers/media/pci/smipcie/smipcie.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/pci/smipcie/smipcie.c b/drivers/media/pci/smipcie/smipcie.c index 3522da4fa5d9..6ad6cc5c33b1 100644 --- a/drivers/media/pci/smipcie/smipcie.c +++ b/drivers/media/pci/smipcie/smipcie.c | |||
@@ -499,8 +499,8 @@ static int smi_dvbsky_m88ds3103_fe_attach(struct smi_port *port) | |||
499 | struct i2c_client *tuner_client; | 499 | struct i2c_client *tuner_client; |
500 | struct i2c_board_info tuner_info; | 500 | struct i2c_board_info tuner_info; |
501 | struct m88ts2022_config m88ts2022_config = { | 501 | struct m88ts2022_config m88ts2022_config = { |
502 | .clock = 27000000, | 502 | .clock = 27000000, |
503 | }; | 503 | }; |
504 | memset(&tuner_info, 0, sizeof(struct i2c_board_info)); | 504 | memset(&tuner_info, 0, sizeof(struct i2c_board_info)); |
505 | i2c = (port->idx == 0) ? &dev->i2c_bus[0] : &dev->i2c_bus[1]; | 505 | i2c = (port->idx == 0) ? &dev->i2c_bus[0] : &dev->i2c_bus[1]; |
506 | 506 | ||
@@ -639,7 +639,7 @@ static u32 smi_config_DMA(struct smi_port *port) | |||
639 | u64 mem; | 639 | u64 mem; |
640 | 640 | ||
641 | dmaManagement = smi_read(port->DMA_MANAGEMENT); | 641 | dmaManagement = smi_read(port->DMA_MANAGEMENT); |
642 | /* Setup Channel-0 */ | 642 | /* Setup Channel-0 */ |
643 | if (port->_dmaInterruptCH0) { | 643 | if (port->_dmaInterruptCH0) { |
644 | totalLength = SMI_TS_DMA_BUF_SIZE; | 644 | totalLength = SMI_TS_DMA_BUF_SIZE; |
645 | mem = port->dma_addr[0]; | 645 | mem = port->dma_addr[0]; |