[media] drxk_hard: don't re-implement log10
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 28 Apr 2013 14:47:43 +0000 (11:47 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 9 Jun 2013 01:03:53 +0000 (22:03 -0300)
commitb5e9eb6f529b5741322d1981bb176785f115d446
tree866c5ab35db702eeb0b43e5bfca4e0b15f4eac71
parent7df272563aa3ffc201ddfe2431de9bb7456e3ea6
[media] drxk_hard: don't re-implement log10

X-Patchwork-Delegate: mchehab@redhat.com
Log10 routine is already defined at dvb_math.h and provides a good
enough approximation for 100 x log10(). So, instead of reinventing
the wheel, use the already existing function.
While here, don't use CamelCase on the function name.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb-frontends/drxk_hard.c