diff options
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_vp1041.c')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_vp1041.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/media/dvb/mantis/mantis_vp1041.c b/drivers/media/dvb/mantis/mantis_vp1041.c index 368fc815a61d..515346dd31d0 100644 --- a/drivers/media/dvb/mantis/mantis_vp1041.c +++ b/drivers/media/dvb/mantis/mantis_vp1041.c | |||
@@ -44,7 +44,7 @@ | |||
44 | 44 | ||
45 | static const struct stb0899_s1_reg vp1041_stb0899_s1_init_1[] = { | 45 | static const struct stb0899_s1_reg vp1041_stb0899_s1_init_1[] = { |
46 | 46 | ||
47 | // 0x0000000b , /* SYSREG */ | 47 | /* 0x0000000b, *//* SYSREG */ |
48 | { STB0899_DEV_ID , 0x30 }, | 48 | { STB0899_DEV_ID , 0x30 }, |
49 | { STB0899_DISCNTRL1 , 0x32 }, | 49 | { STB0899_DISCNTRL1 , 0x32 }, |
50 | { STB0899_DISCNTRL2 , 0x80 }, | 50 | { STB0899_DISCNTRL2 , 0x80 }, |
@@ -55,7 +55,7 @@ static const struct stb0899_s1_reg vp1041_stb0899_s1_init_1[] = { | |||
55 | { STB0899_DISSTATUS , 0x20 }, | 55 | { STB0899_DISSTATUS , 0x20 }, |
56 | { STB0899_DISF22 , 0x99 }, | 56 | { STB0899_DISF22 , 0x99 }, |
57 | { STB0899_DISF22RX , 0xa8 }, | 57 | { STB0899_DISF22RX , 0xa8 }, |
58 | //SYSREG ? | 58 | /* SYSREG ? */ |
59 | { STB0899_ACRPRESC , 0x11 }, | 59 | { STB0899_ACRPRESC , 0x11 }, |
60 | { STB0899_ACRDIV1 , 0x0a }, | 60 | { STB0899_ACRDIV1 , 0x0a }, |
61 | { STB0899_ACRDIV2 , 0x05 }, | 61 | { STB0899_ACRDIV2 , 0x05 }, |
@@ -323,9 +323,8 @@ static int vp1041_frontend_init(struct mantis_pci *mantis, struct dvb_frontend * | |||
323 | vp1041_stb0899_config.demod_address); | 323 | vp1041_stb0899_config.demod_address); |
324 | 324 | ||
325 | if (stb6100_attach(mantis->fe, &vp1041_stb6100_config, adapter)) { | 325 | if (stb6100_attach(mantis->fe, &vp1041_stb6100_config, adapter)) { |
326 | if (!lnbp21_attach(mantis->fe, adapter, 0, 0)) { | 326 | if (!lnbp21_attach(mantis->fe, adapter, 0, 0)) |
327 | printk("%s: No LNBP21 found!\n", __func__); | 327 | dprintk(MANTIS_ERROR, 1, "No LNBP21 found!"); |
328 | } | ||
329 | } | 328 | } |
330 | } else { | 329 | } else { |
331 | return -EREMOTEIO; | 330 | return -EREMOTEIO; |