Re: [PATCH v3 2/6] net: eth-phy: use dev_dbg and log_notice

2021-07-22 Thread Ramon Fried
On Tue, Jul 20, 2021 at 9:10 PM Patrick Delaunay wrote: > > 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() repla

[PATCH v3 2/6] net: eth-phy: use dev_dbg and log_notice

2021-07-20 Thread Patrick Delaunay
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: