Messages in this thread |  | | From | jim.cromie@gmail ... | Date | Mon, 14 Sep 2020 16:29:29 -0600 | Subject | Re: [PATCH 1/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver |
| |
> > > > Please you should not be using netdev_info(). netdev_dbg() please. > > > > I changed most netif_msg_*()+netdev_*() to netif_*(), including > netif_dbg() in several places. However, after reading other drivers I > decided to leave this at INFO level. I think this is the way to go, > because this is what user asks for and with dynamic debug enabled users > would have to ask for these in two different places.
dynamic_debug_exec_queries is now exported, allowing module authors full >control of their debug
|  |