]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] siano: print a message if DVB register succeeds
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sun, 22 Feb 2015 15:00:45 +0000 (12:00 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 26 Feb 2015 12:10:05 +0000 (09:10 -0300)
Right now, this is a debug message, misplaced. Promote it
to an info message, as it helps to discover if something
bad happened during device init.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/common/siano/smsdvb-main.c

index fbb0938ea2136a944060a9075b4fb8cb11086aee..dd3c1516013f337cf52a1e30b3b7314fe97a21f8 100644 (file)
@@ -1180,7 +1180,6 @@ static int smsdvb_hotplug(struct smscore_device_t *coredev,
        client->event_unc_state = -1;
        sms_board_dvb3_event(client, DVB3_EVENT_HOTPLUG);
 
-       pr_debug("success\n");
        sms_board_setup(coredev);
 
        if (smsdvb_debugfs_create(client) < 0)
@@ -1188,6 +1187,7 @@ static int smsdvb_hotplug(struct smscore_device_t *coredev,
 
        dvb_create_media_graph(coredev->media_dev);
 
+       pr_info("DVB interface registered.\n");
        return 0;
 
 client_error: