Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366278
b: refs/heads/master
c: eb2c560
h: refs/heads/master
v: v3
  • Loading branch information
Zhang Yanfei authored and Jiri Kosina committed Mar 18, 2013
1 parent 5720496 commit 7e84217
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: a53640c3f2d11a15d7834844d06554a6b1d2dce3
refs/heads/master: eb2c560f9f2b126e1d0ebcd35709c5b37c28c817
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 7e84217

Please sign in to comment.