Correct name in probe type. Closes PR# 2122 (with a change, since the PR

did not actually use the correct name either :-).
Submitted-By: Toyonori Fujiura <toyo@exiv.pearnet.org>
This commit is contained in:
Jordan K. Hubbard 1996-11-29 12:26:30 +00:00
parent 4492b3b9eb
commit 94172f9618

View File

@ -487,7 +487,7 @@ sb16_dsp_init (long mem_start, struct address_info *hw_config)
sprintf (sb16_dsp_operations.name, "SoundBlaster 16 %d.%d", sbc_major, sbc_minor);
#if defined(__FreeBSD__)
printk ("sbxvo0: <%s>", sb16_dsp_operations.name);
printk ("sbxvi0: <%s>", sb16_dsp_operations.name);
#else
printk (" <%s>", sb16_dsp_operations.name);
#endif