Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221962
b: refs/heads/master
c: 31a9f47
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent b246407 commit 2e23b12
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: 43f88d530ec656d9b556fb0d127b30757b1c3d35
refs/heads/master: 31a9f47aa081292d1c750002724aa23b3bd44bb8
2 changes: 1 addition & 1 deletion trunk/drivers/staging/udlfb/udlfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ static int dlfb_ops_open(struct fb_info *info, int user)

struct fb_deferred_io *fbdefio;

fbdefio = kmalloc(GFP_KERNEL, sizeof(struct fb_deferred_io));
fbdefio = kmalloc(sizeof(struct fb_deferred_io), GFP_KERNEL);

if (fbdefio) {
fbdefio->delay = DL_DEFIO_WRITE_DELAY;
Expand Down

0 comments on commit 2e23b12

Please sign in to comment.