Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad16df84 authored by Sven Schnelle's avatar Sven Schnelle Committed by Linus Torvalds
Browse files

afs: remove smp_prcessor_id() from debug macro

parent 4cd13504
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -749,7 +749,7 @@ extern int afs_fsync(struct file *, struct dentry *, int);
extern unsigned afs_debug;

#define dbgprintk(FMT,...) \
	printk("[%x%-6.6s] "FMT"\n", smp_processor_id(), current->comm ,##__VA_ARGS__)
	printk("[%-6.6s] "FMT"\n", current->comm ,##__VA_ARGS__)

/* make sure we maintain the format strings, even when debugging is disabled */
static inline __attribute__((format(printf,1,2)))