aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-07-14 11:25:13 +0200
committerDavid S. Miller <davem@davemloft.net>2017-07-21 04:37:22 +0100
commit921edf312a6a20be16cf2b60e0dec3dce35e5cb9 (patch)
treede7a67d798a76de632c56effdf29109fc2af760a /arch/arm
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff)
downloadlinux-dev-921edf312a6a20be16cf2b60e0dec3dce35e5cb9.tar.xz
linux-dev-921edf312a6a20be16cf2b60e0dec3dce35e5cb9.zip
ide: avoid warning for timings calculation
gcc-7 warns about the result of a constant multiplication used as a boolean: drivers/ide/ide-timings.c: In function 'ide_timing_quantize': drivers/ide/ide-timings.c:112:24: error: '*' in boolean context, suggest '&&' instead [-Werror=int-in-bool-context] q->setup = EZ(t->setup * 1000, T); This slightly rearranges the macro to simplify the code and avoid the warning at the same time. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions