From: Mauro Carvalho Chehab Date: Wed, 5 Nov 2014 11:20:48 +0000 (-0200) Subject: [media] stv090x: Fix delivery system setting X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1011d24a2148f77aaa2d4afc1c0f48e40589d020;p=pandora-kernel.git [media] stv090x: Fix delivery system setting As sparse complains: drivers/media/dvb-frontends/stv090x.c:3471:30: warning: mixing different enum types drivers/media/dvb-frontends/stv090x.c:3471:30: int enum fe_delivery_system versus drivers/media/dvb-frontends/stv090x.c:3471:30: int enum stv090x_delsys There's actually an error when setting the delivery system on stv090x_search(): it is using the DVBv5 macros as if they were the stv090x ones. Instead, we should convert between the two namespaces, returning an error if an unsupported delivery system is requested. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed