o opl3sa2: remove spurious comma

parent 610c99d6
......@@ -634,7 +634,7 @@ static int __init snd_opl3sa2_isapnp(int dev, opl3sa2_t *chip)
chip->dev = pnp_request_card_device(card, id->devs[0].id, NULL);
pdev = chip->dev;
if (!pdev){
snd_printdd("isapnp OPL3-SA: a card was found but it did not contain the needed devices\n",);
snd_printdd("isapnp OPL3-SA: a card was found but it did not contain the needed devices\n");
return -ENODEV;
}
sb_port[dev] = pdev->resource[0].start;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment