From: Márton Németh <nm...@freemail.hu>

Merge two ifs: the condition is the same. The second if
uses the ncoeff which is initialized in the first if.

Signed-off-by: Márton Németh <nm...@freemail.hu>
---
diff -r bc16afd1e7a4 linux/drivers/media/dvb/frontends/dib8000.c
--- a/linux/drivers/media/dvb/frontends/dib8000.c       Sat Nov 21 12:01:36 
2009 +0100
+++ b/linux/drivers/media/dvb/frontends/dib8000.c       Sun Nov 22 22:40:31 
2009 +0100
@@ -1402,10 +1402,9 @@
                        }
                        break;
                }
-       }
-       if (state->fe.dtv_property_cache.isdbt_sb_mode == 1)
                for (i = 0; i < 8; i++)
                        dib8000_write_word(state, 343 + i, ncoeff[i]);
+       }

        // P_small_coef_ext_enable=ISDB-Tsb, P_small_narrow_band=ISDB-Tsb, 
P_small_last_seg=13, P_small_offset_num_car=5
        dib8000_write_word(state, 351,
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to