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)
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>

No differences found