summaryrefslogtreecommitdiff
path: root/drivers/media/common/siano
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-02-22 12:00:45 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-02-26 09:10:05 -0300
commitfb372a434d47f636bc8277e7e91e0f2855a14263 (patch)
tree51f6996c20c0ee8ee37c7426bc911c487b2b0c5a /drivers/media/common/siano
parentd9f3836b7b0353ef21ab4dd0a771331b0afa46e5 (diff)
[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: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/common/siano')
-rw-r--r--drivers/media/common/siano/smsdvb-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/siano/smsdvb-main.c b/drivers/media/common/siano/smsdvb-main.c
index fbb0938ea213..dd3c1516013f 100644
--- a/drivers/media/common/siano/smsdvb-main.c
+++ b/drivers/media/common/siano/smsdvb-main.c
@@ -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: