commit | 8c937fac08f51ac24ad7618b02bd5bd8d3637ec7 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Tue Jul 20 20:09:52 2021 +0200 |
committer | Ramon Fried <rfried.dev@gmail.com> | Thu Jul 22 22:05:44 2021 +0300 |
tree | 48c14436fb415b4d90f8154fe8f11c3056fa555d | |
parent | cc2ffab56d9399bb2adcdc7e5e7aa681589c8017 [diff] |
net: eth-phy: use dev_dbg and log_notice Replace debug trace and printf to log macros: - debug() replaced by dev_dbg() when device is available, this macro indicate the device name since commit ceb70bb870ac ("dm: Print device name in dev_xxx like Linux") - printf() replaced by log_notice() to allow dispatch to log backends. Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>