]> git.baikalelectronics.ru Git - kernel.git/commit
[media] mxl111sf: disable snr / ber calculations for DVB-T
authorMichael Krufky <mkrufky@kernellabs.com>
Thu, 20 Oct 2011 14:42:34 +0000 (15:42 +0100)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 3 Nov 2011 09:42:43 +0000 (07:42 -0200)
commitbb442427f7ce06c24d9eff6025ca9a4dd6dc69f7
treedf4e0591f0f8fcb760636c3fefc116ba5afd0e50
parent897cd5a74e835339558ddaa00ac2939be855e71c
[media] mxl111sf: disable snr / ber calculations for DVB-T

Leaving this code enabled breaks the build on some architectures,
and we shouldn't have any floating point math in the kernel, anyway.

These macros need to be re-written, but it's harmless to simply
return zero for now.

Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/mxl111sf-demod.c