commit | e2c75fcae4d72b229830ae7e7438d544bb71bf89 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue May 30 15:20:37 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jul 24 16:01:33 2017 -0700 |
tree | 263521d32ace46db728d006a28b95bb450e27e6b | |
parent | 520eccdfe187591a51ea9ab4c1a024ae4d0f68d9 [diff] |
module: Fix pr_fmt() bug for header use of printk 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 <joe@perches.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>