x86, olpc: Use pr_debug() for EC commands
authorAndres Salomon <dilinger@queued.net>
Thu, 17 Jun 2010 03:19:28 +0000 (23:19 -0400)
committerH. Peter Anvin <hpa@linux.intel.com>
Sat, 31 Jul 2010 01:01:52 +0000 (18:01 -0700)
commit25971865d48a8d0ece5307a59dbd3f06d05a7567
treea580d38b7aaedd727a54a9ffeb493e9111b46da4
parent75a9cac430a1bd2a5219c74508ca01b0ddfddc9a
x86, olpc: Use pr_debug() for EC commands

Unconditionally printing EC debug messages was helpful when we were actually
debugging the EC, but during normal operation it can get pretty annoying.
Using pr_debug allows us finer-grained control.

Signed-off-by: Andres Salomon <dilinger@queued.net>
LKML-Reference: <20100616231928.16b539f0@dev.queued.net>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/kernel/olpc.c