diff options
Diffstat (limited to 'drivers/media/dvb/b2c2/flexcop-dma.c')
-rw-r--r-- | drivers/media/dvb/b2c2/flexcop-dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/b2c2/flexcop-dma.c b/drivers/media/dvb/b2c2/flexcop-dma.c index 6f592bc32d22..a91ed28f03a4 100644 --- a/drivers/media/dvb/b2c2/flexcop-dma.c +++ b/drivers/media/dvb/b2c2/flexcop-dma.c | |||
@@ -112,7 +112,7 @@ static int flexcop_dma_remap(struct flexcop_device *fc, | |||
112 | { | 112 | { |
113 | flexcop_ibi_register r = (dma_idx & FC_DMA_1) ? dma1_00c : dma2_01c; | 113 | flexcop_ibi_register r = (dma_idx & FC_DMA_1) ? dma1_00c : dma2_01c; |
114 | flexcop_ibi_value v = fc->read_ibi_reg(fc,r); | 114 | flexcop_ibi_value v = fc->read_ibi_reg(fc,r); |
115 | deb_info("%s\n",__FUNCTION__); | 115 | deb_info("%s\n",__func__); |
116 | v.dma_0xc.remap_enable = onoff; | 116 | v.dma_0xc.remap_enable = onoff; |
117 | fc->write_ibi_reg(fc,r,v); | 117 | fc->write_ibi_reg(fc,r,v); |
118 | return 0; | 118 | return 0; |
@@ -162,7 +162,7 @@ int flexcop_dma_config_timer(struct flexcop_device *fc, | |||
162 | 162 | ||
163 | flexcop_dma_remap(fc,dma_idx,0); | 163 | flexcop_dma_remap(fc,dma_idx,0); |
164 | 164 | ||
165 | deb_info("%s\n",__FUNCTION__); | 165 | deb_info("%s\n",__func__); |
166 | v.dma_0x4_write.dmatimer = cycles; | 166 | v.dma_0x4_write.dmatimer = cycles; |
167 | fc->write_ibi_reg(fc,r,v); | 167 | fc->write_ibi_reg(fc,r,v); |
168 | return 0; | 168 | return 0; |