Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25482
b: refs/heads/master
c: da074d0
h: refs/heads/master
v: v3
  • Loading branch information
Peter Oberparleiter authored and Linus Torvalds committed Apr 11, 2006
1 parent f32418a commit 4f9d3c5
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: 0664299743d213e59ea70b2cf2e4a81ee367e80b
refs/heads/master: da074d0ac8ccae1068dc227ef9893c2510d23bd8
2 changes: 1 addition & 1 deletion trunk/drivers/s390/char/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ kbd_alloc(void) {
if (!kbd)
goto out;
kbd->key_maps = kzalloc(sizeof(key_maps), GFP_KERNEL);
if (!key_maps)
if (!kbd->key_maps)
goto out_kbd;
for (i = 0; i < ARRAY_SIZE(key_maps); i++) {
if (key_maps[i]) {
Expand Down

0 comments on commit 4f9d3c5

Please sign in to comment.