Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364276
b: refs/heads/master
c: 8358f62
h: refs/heads/master
v: v3
  • Loading branch information
Zhang Yanfei authored and Greg Kroah-Hartman committed Mar 19, 2013
1 parent d3e29f9 commit ec0139a
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: b9a129f4813ef5dea8da4670e100f8ba89abebea
refs/heads/master: 8358f6242dd447a4f694c7bc949bbfc842ca5db1
3 changes: 1 addition & 2 deletions trunk/drivers/tty/vt/consolemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ static void set_inverse_transl(struct vc_data *conp, struct uni_pagedir *p, int
q = p->inverse_translations[i];

if (!q) {
q = p->inverse_translations[i] = (unsigned char *)
kmalloc(MAX_GLYPH, GFP_KERNEL);
q = p->inverse_translations[i] = kmalloc(MAX_GLYPH, GFP_KERNEL);
if (!q) return;
}
memset(q, 0, MAX_GLYPH);
Expand Down

0 comments on commit ec0139a

Please sign in to comment.