Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333431
b: refs/heads/master
c: 7ed2586
h: refs/heads/master
i:
  333429: 0f3c5b5
  333427: fffca9e
  333423: 4f586f4
v: v3
  • Loading branch information
Wang YanQing authored and Florian Tobias Schandinat committed Aug 23, 2012
1 parent 125c81a commit 8771052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bada55371fb2b3615983ba231cad61ef21bdf9c3
refs/heads/master: 7ed25867478fb8d2118eb84b99c1bf21e4ae695c
2 changes: 2 additions & 0 deletions trunk/drivers/video/uvesafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,8 @@ static int __devinit uvesafb_vbe_getedid(struct uvesafb_ktask *task,
task->t.flags = TF_BUF_RET | TF_BUF_ESDI;
task->t.buf_len = EDID_LENGTH;
task->buf = kzalloc(EDID_LENGTH, GFP_KERNEL);
if (!task->buf)
return -ENOMEM;

err = uvesafb_exec(task);

Expand Down

0 comments on commit 8771052

Please sign in to comment.