Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324517
b: refs/heads/master
c: fafbc20
h: refs/heads/master
i:
  324515: 238d4b6
v: v3
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Aug 14, 2012
1 parent 1f0b3ee commit d357454
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 935d59ff255896515741c1e5f00f28e630d1c3cf
refs/heads/master: fafbc202cd3c6ff1dc77430176c4c41102ebbdfd
1 change: 1 addition & 0 deletions trunk/drivers/staging/speakup/i18n.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ ssize_t msg_set(enum msg_index_t index, char *text, size_t length)
&& index <= MSG_FORMATTED_END)
&& !fmt_validate(speakup_default_msgs[index],
newstr)) {
kfree(newstr);
return -EINVAL;
}
spk_lock(flags);
Expand Down

0 comments on commit d357454

Please sign in to comment.