forked from Minki/linux
i4l: errors with assignments in if
Signed-off-by: Roel Kluin <12o3l@tiscali.nl> Acked-by: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4a8aa03318
commit
df59ebc49e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user