Re: [PATCH v2 07/11] net: dwc_eth_qos: Use consistent logging prints

2024-04-19 Thread Patrice CHOTARD
On 3/26/24 13:07, Marek Vasut wrote: > Use dev_*() only to print all the logs from this glue code, > instead of mixing dev_*(), log_*(), pr_*() all in one code. > > Reviewed-by: Patrice Chotard > Signed-off-by: Marek Vasut > --- > Cc: Christophe Roullier > Cc: Joe Hershberger > Cc: Patrice

[PATCH v2 07/11] net: dwc_eth_qos: Use consistent logging prints

2024-03-26 Thread Marek Vasut
Use dev_*() only to print all the logs from this glue code, instead of mixing dev_*(), log_*(), pr_*() all in one code. Reviewed-by: Patrice Chotard Signed-off-by: Marek Vasut --- Cc: Christophe Roullier Cc: Joe Hershberger Cc: Patrice Chotard Cc: Patrick Delaunay Cc: Ramon Fried Cc: u-b...