提交 3d8de92e 编写于 作者: M Mauro Carvalho Chehab

[media] au0828: Remove a bad whitespace

Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
上级 1a1ba95e
......@@ -133,7 +133,7 @@ static int au0828_get_key_au8522(struct au0828_rc *ir)
rc = au8522_rc_read(ir, 0xe1, -1, buf, 1);
if (rc < 0 || !(buf[0] & (1 << 4))) {
/* Be sure that IR is enabled */
au8522_rc_set(ir, 0xe0, 1 << 4);
au8522_rc_set(ir, 0xe0, 1 << 4);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册