]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (7737): drx397xD: fix math usage
authorMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Apr 2008 00:43:23 +0000 (21:43 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 23 Jul 2008 11:09:11 +0000 (08:09 -0300)
commit29e031d5b09ae60d0ecdb6a1d869d591d63e893a
tree9f1a516ffa0380b1e4ac2191a985602925d058e6
parent89f9257c06cb635ef140bd1acf21fb067ed4ed34
V4L/DVB (7737): drx397xD: fix math usage

The previous code were using a div64 math specific to i386. Replace for an
asm-generic one.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/drx397xD.c