linux-stable/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
..
Kconfig media: ttpci: Fix build error without RC_CORE 2019-06-21 15:33:32 -04:00
Makefile media: prefix header search paths with $(srctree)/ 2019-05-18 11:49:56 +09:00
av7110.c Linux 5.9-rc4 2020-09-07 16:13:06 +02:00
av7110.h media: ttpci: use rc-core for the IR receiver 2019-06-10 15:03:33 -04:00
av7110_av.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 113 2019-05-24 17:39:01 +02:00
av7110_av.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
av7110_ca.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 113 2019-05-24 17:39:01 +02:00
av7110_ca.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
av7110_hw.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
av7110_hw.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
av7110_ipack.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
av7110_ipack.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
av7110_ir.c media: ttpci: unknown protocol is rc-mm-32 2019-08-21 18:39:54 -03:00
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 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 113 2019-05-24 17:39:01 +02:00
budget.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
budget.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dvb_filter.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dvb_filter.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
ttpci-eeprom.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 2019-05-24 17:36:45 +02:00
ttpci-eeprom.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 2019-05-24 17:36:45 +02:00