Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[cascardo/linux.git] / drivers / staging / speakup / i18n.c
index 12f880e..8960079 100644 (file)
@@ -393,10 +393,7 @@ static const  int num_groups = ARRAY_SIZE(all_groups);
 
 char *spk_msg_get(enum msg_index_t index)
 {
-       char *ch;
-
-       ch = speakup_msgs[index];
-       return ch;
+       return speakup_msgs[index];
 }
 
 /*