[media] dvb-bt8xx: Fix a printk statement
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 6 Jan 2012 15:08:58 +0000 (13:08 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 6 Jan 2012 15:08:58 +0000 (13:08 -0200)
By accident, I added an extra comma at the printk format argument.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/bt8xx/dvb-bt8xx.c

index 8a31349dd7d51eaee4b5020f549eff4341fc4897..d8a36dd84b6e2159f65e156e9513c23354d48785 100644 (file)
@@ -784,7 +784,7 @@ static int __devinit dvb_bt8xx_load_card(struct dvb_bt8xx_card *card, u32 type)
 
        result = dvb_net_init(&card->dvb_adapter, &card->dvbnet, &card->demux.dmx);
        if (result < 0) {
-               printk(KERN_ERR,
+               printk(KERN_ERR
                       "dvb_bt8xx: dvb_net_init failed (errno = %d)\n", result);
                goto err_disconnect_frontend;
        }
This page took 0.059194 seconds and 5 git commands to generate.