pr_info() was accidentally used to print the link frequencies whereas the
rest of the information is printed on debug level. Fix that by using
pr_debug() also for link frequencies.
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
                }
 
                for (i = 0; i < vep->nr_of_link_frequencies; i++)
-                       pr_info("link-frequencies %u value %llu\n", i,
-                               vep->link_frequencies[i]);
+                       pr_debug("link-frequencies %u value %llu\n", i,
+                                vep->link_frequencies[i]);
        }
 
        pr_debug("===== end parsing endpoint %pfw\n", fwnode);