Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236465
b: refs/heads/master
c: 39dd3e5
h: refs/heads/master
i:
  236463: 8ed13d2
v: v3
  • Loading branch information
Ilia Mirkin authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent ab5a511 commit e36c023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: ef055f10000c5013d269cac9fc92c200bf314e40
refs/heads/master: 39dd3e5d7b09b5a5010ed1aef512f2d58b65cb99
6 changes: 2 additions & 4 deletions trunk/drivers/staging/speakup/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1305,10 +1305,8 @@ void speakup_deallocate(struct vc_data *vc)
int vc_num;

vc_num = vc->vc_num;
if (speakup_console[vc_num] != NULL) {
kfree(speakup_console[vc_num]);
speakup_console[vc_num] = NULL;
}
kfree(speakup_console[vc_num]);
speakup_console[vc_num] = NULL;
}

static u_char is_cursor;
Expand Down

0 comments on commit e36c023

Please sign in to comment.