Re: [PATCH] dynamic_debug: provide dynamic_hex_dump stub

2019-10-22 Thread Jakub Kicinski
On Wed, 18 Sep 2019 21:55:11 +0200, Arnd Bergmann wrote: > The ionic driver started using dymamic_hex_dump(), but > that is not always defined: > > drivers/net/ethernet/pensando/ionic/ionic_main.c:229:2: error: implicit > declaration of function 'dynamic_hex_dump' > [-Werror,-Wimplicit-function-

Re: [PATCH] dynamic_debug: provide dynamic_hex_dump stub

2019-10-21 Thread Jakub Kicinski
On Wed, 18 Sep 2019 21:55:11 +0200, Arnd Bergmann wrote: > The ionic driver started using dymamic_hex_dump(), but > that is not always defined: > > drivers/net/ethernet/pensando/ionic/ionic_main.c:229:2: error: implicit > declaration of function 'dynamic_hex_dump' > [-Werror,-Wimplicit-function-

Re: [PATCH] dynamic_debug: provide dynamic_hex_dump stub

2019-09-18 Thread Shannon Nelson
On 9/18/19 12:55 PM, Arnd Bergmann wrote: The ionic driver started using dymamic_hex_dump(), but that is not always defined: drivers/net/ethernet/pensando/ionic/ionic_main.c:229:2: error: implicit declaration of function 'dynamic_hex_dump' [-Werror,-Wimplicit-function-declaration] Add a dummy

[PATCH] dynamic_debug: provide dynamic_hex_dump stub

2019-09-18 Thread Arnd Bergmann
The ionic driver started using dymamic_hex_dump(), but that is not always defined: drivers/net/ethernet/pensando/ionic/ionic_main.c:229:2: error: implicit declaration of function 'dynamic_hex_dump' [-Werror,-Wimplicit-function-declaration] Add a dummy implementation to use when CONFIG_DYNAMIC_D