]> git.baikalelectronics.ru Git - uboot.git/commit
reset: stm32-reset: migrate trace to dev and log macro
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 6 Nov 2020 18:01:48 +0000 (19:01 +0100)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Wed, 13 Jan 2021 08:52:58 +0000 (09:52 +0100)
commit83338122e3db60a447df6d3bf4c95cc5638cba34
tree0d358b8bda97d24adbde9cd56af814d31c761028
parentd24e46ab6aa47c333fa79874a347253329d10a22
reset: stm32-reset: migrate trace to dev and log macro

Change debug to dev_dbg macro and define LOG_CATEGORY.

Remove the "%s:" __func__  header as it is managed by dev macro
(dev->name is displayed).

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
drivers/reset/stm32-reset.c