irda: Convert IRDA_DEBUG to pr_debug
authorJoe Perches <joe@perches.com>
Tue, 11 Nov 2014 22:44:57 +0000 (14:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Nov 2014 18:56:41 +0000 (13:56 -0500)
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>

No differences found