Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285312
b: refs/heads/master
c: 82c80f8
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Meyer authored and Mauro Carvalho Chehab committed Nov 24, 2011
1 parent 938aa4a commit d7f98cd
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: 68dd9dd4113a7d2bd329590091a3f97fee3fd659
refs/heads/master: 82c80f8371835f861bdbe50eefa5f49888d23210
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/vino.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ static int vino_allocate_buffer(struct vino_framebuffer *fb,
size, count);

/* allocate memory for table with virtual (page) addresses */
fb->desc_table.virtual = (unsigned long *)
fb->desc_table.virtual =
kmalloc(count * sizeof(unsigned long), GFP_KERNEL);
if (!fb->desc_table.virtual)
return -ENOMEM;
Expand Down

0 comments on commit d7f98cd

Please sign in to comment.