[PATCH tip/core/rcu 1/5] module: Fix pr_fmt() bug for header use of printk

2017-07-24 Thread Paul E. McKenney
From: Joe Perches This commit removes the pr_fmt() macro, replacing it with mod_err() and mod_debug() macros to avoid errors when using printk() from header files. Signed-off-by: Joe Perches Signed-off-by: Paul E. McKenney ---

[PATCH tip/core/rcu 1/5] module: Fix pr_fmt() bug for header use of printk

2017-07-24 Thread Paul E. McKenney
From: Joe Perches This commit removes the pr_fmt() macro, replacing it with mod_err() and mod_debug() macros to avoid errors when using printk() from header files. Signed-off-by: Joe Perches Signed-off-by: Paul E. McKenney --- arch/blackfin/kernel/module.c | 39