commit | 955a9d202f470019f42979f0d1caec98843e39ce | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Nov 11 14:44:57 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 12 13:56:41 2014 -0500 |
tree | fff6124b339bc33e3b5c67668bfcc13098be865c | |
parent | 8d326d818a2a8fc80c7df85dd88cb214804d1499 [diff] |
irda: Convert IRDA_DEBUG to pr_debug Use the normal kernel debugging mechanism which also enables dynamic_debug at the same time. Other miscellanea: o Remove sysctl for irda_debug o Remove function tracing like uses (use ftrace instead) o Coalesce formats o Realign arguments o Remove unnecessary OOM messages Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>