Commit cf4378f2 authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller

[ATM]: Fix macro pasting in HE driver.

parent 152375ff
......@@ -128,7 +128,7 @@ typedef void irqreturn_t;
#include <linux/atm_he.h>
#define hprintk(fmt,args...) printk(KERN_ERR DEV_LABEL "%d: " fmt, he_dev->number, ##args)
#define hprintk(fmt,args...) printk(KERN_ERR DEV_LABEL "%d: " fmt, he_dev->number , ##args)
#undef DEBUG
#ifdef DEBUG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment