Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337465
b: refs/heads/master
c: e6c5abf
h: refs/heads/master
i:
  337463: d627e6c
v: v3
  • Loading branch information
Fengguang Wu authored and Greg Kroah-Hartman committed Oct 30, 2012
1 parent 79986c7 commit 4248619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: c2a6a5528f3144cf42b8b4d0655106f573f71fae
refs/heads/master: e6c5abf2542f1a91d31ae536707c00cf0ceaf376
3 changes: 1 addition & 2 deletions trunk/drivers/staging/ced1401/ced_ioc.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,7 @@ static int SetArea(DEVICE_EXTENSION * pdx, int nArea, char __user * puBuf,
return -EFAULT; // ...then we are done

// Now allocate space to hold the page pointer and virtual address pointer tables
pPages =
(struct page **)kmalloc(len * sizeof(struct page *), GFP_KERNEL);
pPages = kmalloc(len * sizeof(struct page *), GFP_KERNEL);
if (!pPages) {
iReturn = U14ERR_NOMEMORY;
goto error;
Expand Down

0 comments on commit 4248619

Please sign in to comment.