From: Hans de Goede Date: Fri, 10 Aug 2012 10:47:25 +0000 (-0300) Subject: [media] radio-tea5777.c: Get rid of do_div usage X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~3^2^2~305 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fad5c474f9078dd133996cabaffdb5df8a1e28e;p=pandora-kernel.git [media] radio-tea5777.c: Get rid of do_div usage freq fits easily into 32 bits until it gets shifted, so make it 32 bits, and cast it to 64 bits before shifting. [mchehab@redhat.com: also remove asm/div64.h header, as this is not needed anymore] Signed-off-by: Hans de Goede Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed