mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
RDMA: Delete DEBUG code
There is no need to keep DEBUG defines for out-of-the tree testing. Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Link: https://lore.kernel.org/r/20190819114547.20704-1-leon@kernel.org Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
a7325af725
commit
b2299e8381
2 changed files with 0 additions and 16 deletions
|
@ -98,9 +98,6 @@ void ibdev_info(const struct ib_device *ibdev, const char *format, ...);
|
|||
#if defined(CONFIG_DYNAMIC_DEBUG)
|
||||
#define ibdev_dbg(__dev, format, args...) \
|
||||
dynamic_ibdev_dbg(__dev, format, ##args)
|
||||
#elif defined(DEBUG)
|
||||
#define ibdev_dbg(__dev, format, args...) \
|
||||
ibdev_printk(KERN_DEBUG, __dev, format, ##args)
|
||||
#else
|
||||
__printf(2, 3) __cold
|
||||
static inline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue