mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Staging: hv: remove last user of DPRINT() macro
This also removed the unused function hv_dump_ring_info(). Cc: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
d181daa06d
commit
1a2643012f
3 changed files with 0 additions and 41 deletions
|
@ -722,17 +722,9 @@ extern void vmbus_ontimer(unsigned long data);
|
|||
|
||||
/* Logging Level */
|
||||
#define INFO_LVL 6
|
||||
#define DEBUG_RING_LVL 9
|
||||
|
||||
extern unsigned int vmbus_loglevel;
|
||||
|
||||
#define DPRINT(mod, lvl, fmt, args...) do {\
|
||||
if ((mod & (HIWORD(vmbus_loglevel))) && \
|
||||
(lvl <= LOWORD(vmbus_loglevel))) \
|
||||
printk(KERN_DEBUG #mod": %s() " fmt "\n", __func__, ## args);\
|
||||
} while (0)
|
||||
|
||||
|
||||
struct hv_driver;
|
||||
struct hv_device;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue