This patch fixes bug in app_link_config. Signed-off-by: Jasvinder Singh <jasvinder.singh at intel.com> --- examples/ip_pipeline/pipeline/pipeline_common_fe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/ip_pipeline/pipeline/pipeline_common_fe.c b/examples/ip_pipeline/pipeline/pipeline_common_fe.c index fcda0ce..bb4cbd2 100644 --- a/examples/ip_pipeline/pipeline/pipeline_common_fe.c +++ b/examples/ip_pipeline/pipeline/pipeline_common_fe.c @@ -358,7 +358,7 @@ app_link_config(struct app_params *app, if (link->ip == ip) { APP_LOG(app, HIGH, "%s is already assigned this IP address", - p->name); + link->name); return -1; } } -- 2.1.0