mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
staging: speakup: Fix a typo error print for softsynthu device
When softsynthu device fails the register, "/dev/softsynthu" should be printed instead of "/dev/softsynth". Signed-off-by: Zhenzhong Duan <zhenzhong.duan@gmail.com> Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Cc: William Hubbs <w.d.hubbs@gmail.com> Cc: Chris Brannon <chris@the-brannons.com> Cc: Kirk Reiser <kirk@reisers.ca> Link: https://lore.kernel.org/r/20200305072151.403-1-zhenzhong.duan@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
696089de8e
commit
8080b0f537
|
|
@ -388,7 +388,7 @@ static int softsynth_probe(struct spk_synth *synth)
|
|||
synthu_device.name = "softsynthu";
|
||||
synthu_device.fops = &softsynthu_fops;
|
||||
if (misc_register(&synthu_device)) {
|
||||
pr_warn("Couldn't initialize miscdevice /dev/softsynth.\n");
|
||||
pr_warn("Couldn't initialize miscdevice /dev/softsynthu.\n");
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user