diff options
author | Rob Clark <robdclark@chromium.org> | 2024-10-30 19:49:12 +0300 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2024-10-30 19:49:12 +0300 |
commit | 4a6fd06643afa99989a0e6b848e125099674227b (patch) | |
tree | 906305fd51a4813c9c2383cf6d42889d4188aea4 /scripts/kconfig/expr.c | |
parent | d6d1ad32d00714ecf9f1996173c6f98e43c5b022 (diff) | |
parent | 904bc5479896d8da7dcd3e162ce224c32c3dc6c3 (diff) | |
download | linux-4a6fd06643afa99989a0e6b848e125099674227b.tar.xz |
Merge remote-tracking branch 'drm-misc/drm-misc-next' into msm-next
Merging to pick up commit 785324db2d7a ("drm/msm/dp: migrate the
ycbcr_420_allowed to drm_bridge").
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'scripts/kconfig/expr.c')
-rw-r--r-- | scripts/kconfig/expr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/expr.c b/scripts/kconfig/expr.c index 78738ef412de..16f92c4a775a 100644 --- a/scripts/kconfig/expr.c +++ b/scripts/kconfig/expr.c @@ -47,6 +47,7 @@ static struct expr *expr_lookup(enum expr_type type, void *l, void *r) e->type = type; e->left._initdata = l; e->right._initdata = r; + e->val_is_valid = false; hash_add(expr_hashtable, &e->node, hash); |