提交 644e6e4a 编写于 作者: A Alan Cox 提交者: Dominik Brodowski

cm4000_cs: Fix undefined ops warning

Signed-off-by: NAlan Cox <alan@linux.intel.com>
Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
上级 5b703683
......@@ -830,8 +830,7 @@ static void monitor_card(unsigned long p)
test_bit(IS_ANY_T1, &dev->flags))) {
DEBUGP(4, dev, "Perform AUTOPPS\n");
set_bit(IS_AUTOPPS_ACT, &dev->flags);
ptsreq.protocol = ptsreq.protocol =
(0x01 << dev->proto);
ptsreq.protocol = (0x01 << dev->proto);
ptsreq.flags = 0x01;
ptsreq.pts1 = 0x00;
ptsreq.pts2 = 0x00;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册