]> git.hungrycats.org Git - linux/commitdiff
o opl3sa2: remove spurious comma
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sat, 7 Dec 2002 12:11:33 +0000 (10:11 -0200)
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sat, 7 Dec 2002 12:11:33 +0000 (10:11 -0200)
sound/isa/opl3sa2.c

index b3ba6732e0bd76dfb78466f309d72a1329007e43..49319f0a04117243f187f330692b00e3c1920b61 100644 (file)
@@ -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;