summaryrefslogtreecommitdiff
path: root/drivers/video/anx9804.h
diff options
context:
space:
mode:
authorPeng Fan <van.freenix@gmail.com>2016-04-28 10:07:53 +0800
committerStefano Babic <sbabic@denx.de>2016-04-28 16:28:45 +0200
commitc510f2e436008e55a50b063f2180cb1e63984224 (patch)
treec33900792f85273a7cadd24769b6d4dea7c8ff4b /drivers/video/anx9804.h
parente25b369c048b51b1feb79587750e7e160fc0bd73 (diff)
downloadu-boot-imx-c510f2e436008e55a50b063f2180cb1e63984224.zip
u-boot-imx-c510f2e436008e55a50b063f2180cb1e63984224.tar.gz
u-boot-imx-c510f2e436008e55a50b063f2180cb1e63984224.tar.bz2
video: ipu_common: fix build error
Some toolchains fail to build "clk->rate = (u64)(clk->parent->rate * 16) / div;" And the cast usage is wrong. Use the following code to fix the issue, " do_div(parent_rate, div); clk->rate = parent_rate; " Reported-by: Peter Robinson <pbrobinson@gmail.com> Signed-off-by: Peng Fan <van.freenix@gmail.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Tom Rini <trini@konsulko.com> Cc: Anatolij Gustschin <agust@denx.de> Cc: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com> Tested-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'drivers/video/anx9804.h')
0 files changed, 0 insertions, 0 deletions