diff options
author | Paul Burton <paul.burton@imgtec.com> | 2016-09-27 16:03:58 +0100 |
---|---|---|
committer | sjg <sjg@chromium.org> | 2016-10-09 09:30:32 -0600 |
commit | 34c38896357db4aae266b14346927da2cd920de6 (patch) | |
tree | 79f12550019f5aab4df1d5f634dee6153a3b847f /include/input.h | |
parent | c4c5f9eefbda7231d0e9703905524faebe71e795 (diff) | |
download | u-boot-imx-34c38896357db4aae266b14346927da2cd920de6.zip u-boot-imx-34c38896357db4aae266b14346927da2cd920de6.tar.gz u-boot-imx-34c38896357db4aae266b14346927da2cd920de6.tar.bz2 |
dtoc: Make integer division python 3.x safe
If we use the '/' operator then python 3.x will produce a float, and
refuse to multiply the string sequence in Conv_name_to_c by it with:
TypeError: can't multiply sequence by non-int of type 'float'
Use the '//' operator instead to enforce that we want integer rather
than floating point division.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/input.h')
0 files changed, 0 insertions, 0 deletions