Commit 28334295 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] dvb-bt8xx: Fix a printk statement

By accident, I added an extra comma at the printk format argument.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 82a05014
......@@ -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;
}
......
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