Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154983
b: refs/heads/master
c: c56bd0c
h: refs/heads/master
i:
  154981: 9294e1a
  154979: 1eed426
  154975: 89e698f
v: v3
  • Loading branch information
Tilman Schmidt authored and David S. Miller committed Jul 2, 2009
1 parent aebff3d commit 8dc10b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: bceb0f126f25184eaec3f3c8f00c92b0d899e5de
refs/heads/master: c56bd0c39ce31e694b6f32223c15bdd582263a3f
6 changes: 0 additions & 6 deletions trunk/drivers/isdn/gigaset/isocdata.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,6 @@ int gigaset_isowbuf_getbytes(struct isowbuf_t *iwb, int size)
pr_err("invalid size %d\n", size);
return -EINVAL;
}
src = iwb->read;
if (unlikely(limit >= BAS_OUTBUFSIZE + BAS_OUTBUFPAD ||
(read < src && limit >= src))) {
pr_err("isoc write buffer frame reservation violated\n");
return -EFAULT;
}
#endif

if (read < write) {
Expand Down

0 comments on commit 8dc10b3

Please sign in to comment.