Star64_linux/drivers/media/pci/ttpci
Mauro Carvalho Chehab 5e8db34966 media: av7110: don't do float point math
It sounds that earlier versions of GCC have troubles when
doing const math at compile time, if no typecast is used:

on i386:
	ERROR: modpost: "__floatunsidf" [drivers/media/pci/ttpci/dvb-ttpci.ko] undefined!
	ERROR: modpost: "__ltdf2" [drivers/media/pci/ttpci/dvb-ttpci.ko] undefined!

The warning was generated on gcc (SUSE Linux) 7.5.0.
Gcc 9.2 compiles it fine.

As an added bonus, it also fixes this objtool warning:

	drivers/media/pci/ttpci/av7110_v4l.c:163:11: error: SSE register return with SSE disabled

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-09-12 09:39:37 +02:00
..
av7110.c Linux 5.9-rc4 2020-09-07 16:13:06 +02:00
av7110.h
av7110_av.c
av7110_av.h
av7110_ca.c
av7110_ca.h
av7110_hw.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
av7110_hw.h
av7110_ipack.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
av7110_ipack.h
av7110_ir.c
av7110_v4l.c media: av7110: don't do float point math 2020-09-12 09:39:37 +02:00
budget-av.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
budget-ci.c media: ttpci: convert tasklets to use new tasklet_setup() API 2020-08-29 08:12:30 +02:00
budget-core.c media: ttpci: convert tasklets to use new tasklet_setup() API 2020-08-29 08:12:30 +02:00
budget-patch.c
budget.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
budget.h
dvb_filter.c
dvb_filter.h
Kconfig
Makefile
ttpci-eeprom.c
ttpci-eeprom.h