Messages in this thread |  | | From | Ohad Ben-Cohen <> | Date | Mon, 24 Feb 2014 17:11:41 +0200 | Subject | Re: [PATCH] rpmsg: reduce rpmsg_virtio verbosity |
| |
Hi David,
Sorry for the late response.
On Thu, Oct 3, 2013 at 9:36 PM, David Cohen <david.a.cohen@linux.intel.com> wrote: > From: Jocelyn Falempe <jocelyn.falempe@intel.com> > > rpmsg_virtio TX/RX messages are very verbose, overflowing kernel printk > buffer. This patch makes the guilty print_hex_dump()'s to act as > dev_dbg() and do nothing in case neither DEBUG nor CONFIG_DYNAMIC_DEBUG > are defined. > > Signed-off-by: Jocelyn Falempe <jocelyn.falempe@intel.com> > Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
This sounds like a good thing to do, but I wonder if it should be implemented in a more generic way, so other users of print_hex_dump_debug can benefit from this as well?
Thanks, Ohad.
|  |