Skip to content

Commit

Permalink
bus/fslmc: remove unused debug macro
Browse files Browse the repository at this point in the history
[ upstream commit b353f17 ]

Fixes: ce9efbf ("bus/fslmc: support dynamic logging")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
  • Loading branch information
david-marchand authored and cpaelzer committed Jun 10, 2021
1 parent d1610c3 commit de29f33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/bus/fslmc/fslmc_logs.h
Expand Up @@ -18,8 +18,6 @@ extern int dpaa2_logtype_bus;
rte_log(RTE_LOG_DEBUG, dpaa2_logtype_bus, "fslmc: %s(): " fmt "\n", \
__func__, ##args)

#define BUS_INIT_FUNC_TRACE() DPAA2_BUS_DEBUG(" >>")

#define DPAA2_BUS_INFO(fmt, args...) \
DPAA2_BUS_LOG(INFO, fmt, ## args)
#define DPAA2_BUS_ERR(fmt, args...) \
Expand Down

0 comments on commit de29f33

Please sign in to comment.