提交 a82049b1 编写于 作者: D Dave Airlie 提交者: Dave Airlie

drm/ast: fix value check in cbr_scan2

this is a typo vs the ums driver, fix to check correct value.

Found initially by Coverity.
Reported-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 9a118439
...@@ -572,7 +572,7 @@ static u32 cbr_scan2(struct ast_private *ast) ...@@ -572,7 +572,7 @@ static u32 cbr_scan2(struct ast_private *ast)
for (loop = 0; loop < CBR_PASSNUM2; loop++) { for (loop = 0; loop < CBR_PASSNUM2; loop++) {
if ((data = cbr_test2(ast)) != 0) { if ((data = cbr_test2(ast)) != 0) {
data2 &= data; data2 &= data;
if (!data) if (!data2)
return 0; return 0;
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册