commit | 7a5568ce08c6f0390c73cc62a6f124e9073ebc97 | [log] [tgz] |
---|---|---|
author | Anson Huang <b20788@freescale.com> | Fri May 08 00:16:51 2015 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed Jun 03 14:49:32 2015 +0800 |
tree | 77c1c64c186da462ab90617f74ce91895dc552ee | |
parent | 35e2916f70e3be767c5c8ef6cc80bc5398b8914c [diff] |
ARM: imx: using unsigned variable for do_div The definition of do_div uses unsigned long long variable as its first parameter, better to pass a u64 variable as first parameter when calling do_div function. Signed-off-by: Anson Huang <b20788@freescale.com> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>