Searched refs:newstr (Results 1 – 1 of 1) sorted by relevance
552 char *newstr = NULL; in spk_msg_set() local558 newstr = kmemdup_nul(text, length, GFP_KERNEL); in spk_msg_set()559 if (!newstr) in spk_msg_set()564 !fmt_validate(speakup_default_msgs[index], newstr)) { in spk_msg_set()565 kfree(newstr); in spk_msg_set()571 speakup_msgs[index] = newstr; in spk_msg_set()