mirror_ubuntu-kernels/drivers/net/ethernet/pensando/ionic
Arnd Bergmann 011c7289de dynamic_debug: provide dynamic_hex_dump stub
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_DEBUG
is disabled, printing nothing.

Fixes: 938962d552 ("ionic: Add adminq action")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
2019-10-22 12:54:44 -07:00
..
ionic_bus_pci.c ionic: Add the basic NDO callbacks for netdev support 2019-09-05 09:24:43 +02:00
ionic_bus.h ionic: Add basic adminq support 2019-09-05 09:24:43 +02:00
ionic_debugfs.c ionic: Remove unnecessary ternary operator in ionic_debugfs_add_ident 2019-09-19 16:56:50 -07:00
ionic_debugfs.h ionic: Add basic adminq support 2019-09-05 09:24:43 +02:00
ionic_dev.c ionic: Add basic adminq support 2019-09-05 09:24:43 +02:00
ionic_dev.h ionic: Add coalesce and other features 2019-09-05 09:24:44 +02:00
ionic_devlink.c ionic: Add the basic NDO callbacks for netdev support 2019-09-05 09:24:43 +02:00
ionic_devlink.h
ionic_ethtool.c ionic: Add coalesce and other features 2019-09-05 09:24:44 +02:00
ionic_ethtool.h ionic: Add initial ethtool support 2019-09-05 09:24:44 +02:00
ionic_if.h
ionic_lif.c dynamic_debug: provide dynamic_hex_dump stub 2019-10-22 12:54:44 -07:00
ionic_lif.h ionic: fix stats memory dereference 2019-10-07 09:41:56 -04:00
ionic_main.c dynamic_debug: provide dynamic_hex_dump stub 2019-10-22 12:54:44 -07:00
ionic_regs.h ionic: Add interrupts and doorbells 2019-09-05 09:24:43 +02:00
ionic_rx_filter.c ionic: Add management of rx filters 2019-09-05 09:24:43 +02:00
ionic_rx_filter.h ionic: Add management of rx filters 2019-09-05 09:24:43 +02:00
ionic_stats.c ionic: fix stats memory dereference 2019-10-07 09:41:56 -04:00
ionic_stats.h ionic: Add driver stats 2019-09-05 09:24:44 +02:00
ionic_txrx.c ionic: Add coalesce and other features 2019-09-05 09:24:44 +02:00
ionic_txrx.h ionic: Add Tx and Rx handling 2019-09-05 09:24:44 +02:00
ionic.h ionic: Add netdev-event handling 2019-09-05 09:24:44 +02:00
Makefile ionic: Add driver stats 2019-09-05 09:24:44 +02:00