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

Commit df59ebc4 authored by Roel Kluin's avatar Roel Kluin Committed by Linus Torvalds
Browse files

i4l: errors with assignments in if

parent 4a8aa033
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -883,7 +883,7 @@ setup_elsa_isa(struct IsdnCard *card)
	val += 'A' - 3;
	if (val == 'B' || val == 'C')
		val ^= 1;
	if ((cs->subtyp == ELSA_PCFPRO) && (val = 'G'))
	if ((cs->subtyp == ELSA_PCFPRO) && (val == 'G'))
		val = 'C';
	printk(KERN_INFO
	       "Elsa: %s found at %#lx Rev.:%c IRQ %d\n",