aboutsummaryrefslogtreecommitdiff
path: root/drivers/core/read.c
diff options
context:
space:
mode:
authorMarek Vasut2020-11-15 21:22:53 +0100
committerSimon Glass2020-11-30 13:14:43 -0700
commite7e7e1093b5243b058c420eaebf9373cf2d3f270 (patch)
treee4a17626c802d7a7d527c58b1824cbfe30c14538 /drivers/core/read.c
parent87d07ccc237a5bfd8be119af46140a4467122ca7 (diff)
dm: core: Fix incorrect flag check
The test should be checking whether $flags are non-zero and $drv_flags contain specific flags, however these two sets of flags are separate, and the two tests should be logically ANDed, not bitwise ANDed. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/core/read.c')
0 files changed, 0 insertions, 0 deletions