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

[media] siano: print a message if DVB register succeeds

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: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent d9f3836b
......@@ -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:
......
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