[media] rtl2832: remove unneeded software reset from init()
authorAntti Palosaari <crope@iki.fi>
Sun, 14 Dec 2014 19:39:37 +0000 (16:39 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 3 Feb 2015 18:11:17 +0000 (16:11 -0200)
There is no need to do software reset on init() as it is done a bit
later on end of set_frontend(). Software reset usually means
restarting (resetting to starting point) chip internal state machine
(FSM). Naturally it is done after all parameters are programmed.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

No differences found