[PATCH v7 16/19] event/dlb2: use dedicated logtype
Sevincer, Abdullah
abdullah.sevincer at intel.com
Mon Feb 5 20:16:15 CET 2024
>+ DLB2_LOG_INFO("Ignoring unsupported parameters when creating device '%s'",
name);
Hi Stephen can you modify above like this:
DLB2_LOG_INFO(": Ignoring unsupported parameters when creating device '%s'\n",
name);
It looks better this way the output will be like this after this modification:
dlb2_parse_params: Ignoring unsupported parameters when creating device 'ea:00.0'
More information about the dev
mailing list