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:
parent
4492b3b9eb
commit
94172f9618
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user