|
@@ -1098,8 +1098,10 @@ static int fimc_md_link_notify(struct media_link *link, unsigned int flags,
|
|
|
if (notification == MEDIA_DEV_NOTIFY_PRE_LINK_CH) {
|
|
|
if (!(flags & MEDIA_LNK_FL_ENABLED))
|
|
|
ret = __fimc_md_modify_pipelines(sink, false);
|
|
|
+#if 0
|
|
|
else
|
|
|
- ; /* TODO: Link state change validation */
|
|
|
+ /* TODO: Link state change validation */
|
|
|
+#endif
|
|
|
/* After link activation */
|
|
|
} else if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH &&
|
|
|
(link->flags & MEDIA_LNK_FL_ENABLED)) {
|