summaryrefslogtreecommitdiff
path: root/src/mediactl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mediactl.c')
-rw-r--r--src/mediactl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mediactl.c b/src/mediactl.c
index 4ac2e13..6e2d29a 100644
--- a/src/mediactl.c
+++ b/src/mediactl.c
@@ -158,6 +158,8 @@ struct media_entity *media_get_default_entity(struct media_device *media,
case MEDIA_ENT_T_DEVNODE_DVB:
return media->def.dvb;
}
+
+ return NULL;
}
const struct media_device_info *media_get_info(struct media_device *media)