From: Mauro Carvalho Chehab Date: Sat, 22 Aug 2015 15:48:09 +0000 (-0300) Subject: [media] dvb: Use DVBFE_ALGO_HW where applicable X-Git-Tag: omap-for-v4.3/fixes-rc1~82^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27460adc07a3f84e671dec71ac553818d5988003;p=pandora-kernel.git [media] dvb: Use DVBFE_ALGO_HW where applicable The dvb_frontend.c core defines a FE_ALGO_HW symbol that it is never used. Also, both cx24123 returns 1 to get_algo() callback instead of using DVBFE_ALGO_HW. Probably, those are some left overs from some code cleanup. Let's stop returning magic numbers and use the proper macro value. Signed-off-by: Mauro Carvalho Chehab Acked-by: Jonathan Corbet --- Reading git-diff-tree failed