Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203535
b: refs/heads/master
c: 4c92831
h: refs/heads/master
i:
  203533: 895d946
  203531: 17e06be
  203527: 679aa7b
  203519: d7b61be
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed Jul 12, 2010
1 parent 619e17b commit c456dde
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: 72e93e9161a917017f6c3cac216d813088ec2d1f
refs/heads/master: 4c92831d99827971cf2854cfa7f884213099428f
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/prism54/isl_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2067,7 +2067,7 @@ send_simple_event(islpci_private *priv, const char *str)
memptr = kmalloc(IW_CUSTOM_MAX, GFP_KERNEL);
if (!memptr)
return;
BUG_ON(n > IW_CUSTOM_MAX);
BUG_ON(n >= IW_CUSTOM_MAX);
wrqu.data.pointer = memptr;
wrqu.data.length = n;
strcpy(memptr, str);
Expand Down

0 comments on commit c456dde

Please sign in to comment.