Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188147
b: refs/heads/master
c: 6ad3414
h: refs/heads/master
i:
  188145: 5e85758
  188143: e40e020
v: v3
  • Loading branch information
Tilman Schmidt authored and David S. Miller committed Mar 16, 2010
1 parent 88ecaa3 commit 5fef227
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: 7f7708f0055e49e331f267700aa8b2ee879f004c
refs/heads/master: 6ad34145cf809384359fe513481d6e16638a57a3
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/gigaset/capi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ static void do_connect_req(struct gigaset_capi_ctr *iif,
}

/* check parameter: CIP Value */
if (cmsg->CIPValue > ARRAY_SIZE(cip2bchlc) ||
if (cmsg->CIPValue >= ARRAY_SIZE(cip2bchlc) ||
(cmsg->CIPValue > 0 && cip2bchlc[cmsg->CIPValue].bc == NULL)) {
dev_notice(cs->dev, "%s: unknown CIP value %d\n",
"CONNECT_REQ", cmsg->CIPValue);
Expand Down

0 comments on commit 5fef227

Please sign in to comment.