提交 1e182708 编写于 作者: G George Spelvin 提交者: Mauro Carvalho Chehab

[media] ati_remote: Use non-alomic __set_bit

There's no reason to use a LOCK prefix here.
Signed-off-by: NGeorge Spelvin <linux@horizon.com>
Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
上级 89b0c0d2
......@@ -739,7 +739,7 @@ static void ati_remote_input_init(struct ati_remote *ati_remote)
for (i = 0; ati_remote_tbl[i].kind != KIND_END; i++)
if (ati_remote_tbl[i].kind == KIND_LITERAL ||
ati_remote_tbl[i].kind == KIND_FILTERED)
set_bit(ati_remote_tbl[i].code, idev->keybit);
__set_bit(ati_remote_tbl[i].code, idev->keybit);
input_set_drvdata(idev, ati_remote);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册