|
@@ -261,9 +261,9 @@ static int synth_probe(struct spk_synth *synth)
|
|
|
if (port_forced) {
|
|
|
speakup_info.port_tts = port_forced;
|
|
|
pr_info("probe forced to %x by kernel command line\n",
|
|
|
- speakup_info.port_tts);
|
|
|
+ speakup_info.port_tts);
|
|
|
if (synth_request_region(speakup_info.port_tts - 1,
|
|
|
- SYNTH_IO_EXTENT)) {
|
|
|
+ SYNTH_IO_EXTENT)) {
|
|
|
pr_warn("sorry, port already reserved\n");
|
|
|
return -EBUSY;
|
|
|
}
|
|
@@ -272,7 +272,7 @@ static int synth_probe(struct spk_synth *synth)
|
|
|
} else {
|
|
|
for (i = 0; synth_portlist[i]; i++) {
|
|
|
if (synth_request_region(synth_portlist[i],
|
|
|
- SYNTH_IO_EXTENT)) {
|
|
|
+ SYNTH_IO_EXTENT)) {
|
|
|
pr_warn
|
|
|
("request_region: failed with 0x%x, %d\n",
|
|
|
synth_portlist[i], SYNTH_IO_EXTENT);
|