Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41097
b: refs/heads/master
c: 95f6134
h: refs/heads/master
i:
  41095: 79b58bf
v: v3
  • Loading branch information
Jean Delvare authored and David S. Miller committed Nov 25, 2006
1 parent 879c9c9 commit 1638996
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: ac16ca6412d9feb5b2f8fc76a4ed938b5d107f94
refs/heads/master: 95f6134e175fd69ab3f088f7a09adbd3fd3548e1
2 changes: 1 addition & 1 deletion trunk/drivers/net/hamradio/6pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ static void decode_prio_command(struct sixpack *sp, unsigned char cmd)
printk(KERN_DEBUG "6pack: protocol violation\n");
else
sp->status = 0;
cmd &= !SIXP_RX_DCD_MASK;
cmd &= ~SIXP_RX_DCD_MASK;
}
sp->status = cmd & SIXP_PRIO_DATA_MASK;
} else { /* output watchdog char if idle */
Expand Down

0 comments on commit 1638996

Please sign in to comment.