Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228079
b: refs/heads/master
c: 5ef3df5
h: refs/heads/master
i:
  228077: 0421450
  228075: 5523eca
  228071: bb3eaa1
  228063: f93ea5e
v: v3
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Nov 10, 2010
1 parent 1fbc3ad commit 3725b77
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: 3c4e9c84970e555a80a4c92a5a3d3125c63f0e12
refs/heads/master: 5ef3df5b9fed56e64e8544e36a175354d38d0206
2 changes: 1 addition & 1 deletion trunk/drivers/staging/wlags49_h2/wl_profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ void parse_config(struct net_device *dev)
} else {
DBG_TRACE(DbgInfo, "F/W image file found\n");
#define DHF_ALLOC_SIZE 96000 /* just below 96K, let's hope it suffices for now and for the future */
cp = (char *)vmalloc(DHF_ALLOC_SIZE);
cp = vmalloc(DHF_ALLOC_SIZE);
if (cp == NULL) {
DBG_ERROR(DbgInfo, "error in vmalloc\n");
} else {
Expand Down

0 comments on commit 3725b77

Please sign in to comment.