Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218468
b: refs/heads/master
c: 4101e97
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Oct 27, 2010
1 parent 1ee4feb commit 7c3e188
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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: 13c3ab86f27967488b8182a173ebc899c9111bf0
refs/heads/master: 4101e976e0376a1820ae55adf8bca7dda5089a7d
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/hardware/mISDN/mISDNinfineon.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ reset_inf(struct inf_hw *hw)
mdelay(10);
hw->ipac.isac.adf2 = 0x87;
hw->ipac.hscx[0].slot = 0x1f;
hw->ipac.hscx[0].slot = 0x23;
hw->ipac.hscx[1].slot = 0x23;
break;
case INF_GAZEL_R753:
val = inl((u32)hw->cfg.start + GAZEL_CNTRL);
Expand Down
6 changes: 2 additions & 4 deletions trunk/drivers/isdn/hisax/l3_1tr6.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,9 @@ l3_1tr6_setup(struct l3_process *pc, u_char pr, void *arg)
char tmp[80];
struct sk_buff *skb = arg;

p = skb->data;

/* Channel Identification */
p = skb->data;
if ((p = findie(p, skb->len, WE0_chanID, 0))) {
p = findie(skb->data, skb->len, WE0_chanID, 0);
if (p) {
if (p[1] != 1) {
l3_1tr6_error(pc, "setup wrong chanID len", skb);
return;
Expand Down

0 comments on commit 7c3e188

Please sign in to comment.