]> git.karo-electronics.de Git - karo-tx-linux.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>
Mon, 24 Oct 2011 01:19:52 +0000 (03:19 +0200)
commita9b5e8613a4fe2234386314b5db500cc75b9350b
treeefae97eb384c50b5c3c29d62c0f8162c952527b6
parentbb62c25bedae3ecd24954071eff9f8b98d6e19c3
[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