diff options
author | Tom Rini <trini@konsulko.com> | 2018-04-22 09:47:48 -0400 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2018-04-24 20:57:14 +0200 |
commit | 751641814c1db245695dd8f40e9c811320e69f79 (patch) | |
tree | abdb958b3a0dbce51c1f6ef67a4bc88df2a3da8f /include/video_fb.h | |
parent | 02325c7bfd7ccafae600774273f1b8ac11e90c08 (diff) |
video-uclass: Fix logical-not-parentheses warning
With clang-4.0 and later we see:
warning: logical not is only applied to the left hand side of this bitwise
operator [-Wlogical-not-parentheses]
if ((!gd->flags & GD_FLG_RELOC))
^ ~
And while the compiler suggests adding parenthesis around gd->flags, a
reading of the code says that we want to know when GD_FLG_RELOC is not
set and then return.
Cc: Simon Glass <sjg@chromium.org>
Cc: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/video_fb.h')
0 files changed, 0 insertions, 0 deletions