Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73193
b: refs/heads/master
c: df59ebc
h: refs/heads/master
i:
  73191: 1dae042
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Nov 5, 2007
1 parent 952a7ea commit 6283994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a8aa03318a1c702b925beda6c1d454e7592e238
refs/heads/master: df59ebc49ef101302e9328ff76ff28c18df39cfb
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/hisax/elsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6283994

Please sign in to comment.