mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 14:24:11 +08:00
[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>
This commit is contained in:
parent
d9f3836b7b
commit
fb372a434d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user