From: Mauro Carvalho Chehab Date: Sun, 28 Apr 2013 14:47:43 +0000 (-0300) Subject: [media] drxk_hard: don't re-implement log10 X-Git-Tag: v3.11-rc1~17^2~275 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5e9eb6f529b5741322d1981bb176785f115d446;p=pandora-kernel.git [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 --- Reading git-diff-tree failed