Change MPEG output sample timing.

Change the ts output sample from rising edge to falling edge. The
falling edge denotes the sampling time of the clock. The datasheet
marks this as "active at the rising edge".

Google-Bug-Id: 19432272
Change-Id: Id3af168d3a20e954f0eaaceff5bc7790d1e6a8be
diff --git a/drivers/media/dvb/frontends/dvbsky_m88rs6000.c b/drivers/media/dvb/frontends/dvbsky_m88rs6000.c
index f395fcc..522e1aa 100644
--- a/drivers/media/dvb/frontends/dvbsky_m88rs6000.c
+++ b/drivers/media/dvb/frontends/dvbsky_m88rs6000.c
@@ -1273,7 +1273,7 @@
 	}else if(state->config->ts_mode)
 		tmp = 0x06;
 	else
-		tmp = 0x42;
+		tmp = 0x02;
 	m88rs6000_writereg(state, 0xfd, tmp);
 	
 	/* set others.*/