From: Mauro Carvalho Chehab Date: Mon, 26 Dec 2011 19:59:09 +0000 (-0300) Subject: [media] dvb: simplify get_tune_settings() struct X-Git-Tag: v3.3-rc1~48^2~225 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5581e130ad288af745706c30de050bc2cf6e37b3;p=pandora-kernel.git [media] dvb: simplify get_tune_settings() struct In the past, dvb_frontent_parameters were passed inside the struct where get_tuner_settings should store their result. This is not needed anymore, as all parameters needed are stored already at the fe property cache. So, use it, where needed. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed