Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 644e6e4a authored by Alan Cox's avatar Alan Cox Committed by Dominik Brodowski
Browse files

cm4000_cs: Fix undefined ops warning

parent 5b703683
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;