[media] stb0899: Removed an extra byte sent at init on DiSEqC bus
authorFlorent AUDEBERT <florent.audebert@anevia.com>
Fri, 11 Jun 2010 15:01:25 +0000 (12:01 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 25 Sep 2011 11:41:23 +0000 (08:41 -0300)
I noticed a stray 0x00 at init on DiSEqC bus (KNC1 DVB-S2) with a DiSEqC
tool analyzer.

I removed the register from initialization table and all seem to go well
(at least for my KNC board).

Signed-off-by: Florent Audebert <florent.audebert@anevia.com>
Acked-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/az6027.c
drivers/media/dvb/mantis/mantis_vp1041.c
drivers/media/dvb/ttpci/budget-av.c
drivers/media/dvb/ttpci/budget-ci.c

index 2f42a81..bf67b4d 100644 (file)
@@ -40,7 +40,6 @@ static const struct stb0899_s1_reg az6027_stb0899_s1_init_1[] = {
        { STB0899_DISRX_ST0             , 0x04 },
        { STB0899_DISRX_ST1             , 0x00 },
        { STB0899_DISPARITY             , 0x00 },
-       { STB0899_DISFIFO               , 0x00 },
        { STB0899_DISSTATUS             , 0x20 },
        { STB0899_DISF22                , 0x99 },
        { STB0899_DISF22RX              , 0xa8 },
index 38a436c..07aa887 100644 (file)
@@ -51,7 +51,6 @@ static const struct stb0899_s1_reg vp1041_stb0899_s1_init_1[] = {
        { STB0899_DISRX_ST0             , 0x04 },
        { STB0899_DISRX_ST1             , 0x00 },
        { STB0899_DISPARITY             , 0x00 },
-       { STB0899_DISFIFO               , 0x00 },
        { STB0899_DISSTATUS             , 0x20 },
        { STB0899_DISF22                , 0x99 },
        { STB0899_DISF22RX              , 0xa8 },
index 91b7d53..78d32f7 100644 (file)
@@ -898,7 +898,6 @@ static const struct stb0899_s1_reg knc1_stb0899_s1_init_1[] = {
        { STB0899_DISRX_ST0             , 0x04 },
        { STB0899_DISRX_ST1             , 0x00 },
        { STB0899_DISPARITY             , 0x00 },
-       { STB0899_DISFIFO               , 0x00 },
        { STB0899_DISSTATUS             , 0x20 },
        { STB0899_DISF22                , 0x8c },
        { STB0899_DISF22RX              , 0x9a },
index 926f299..ca02e97 100644 (file)
@@ -1053,7 +1053,6 @@ static const struct stb0899_s1_reg tt3200_stb0899_s1_init_1[] = {
        { STB0899_DISRX_ST0             , 0x04 },
        { STB0899_DISRX_ST1             , 0x00 },
        { STB0899_DISPARITY             , 0x00 },
-       { STB0899_DISFIFO               , 0x00 },
        { STB0899_DISSTATUS             , 0x20 },
        { STB0899_DISF22                , 0x8c },
        { STB0899_DISF22RX              , 0x9a },