Hi David, Sorry for the late response.
On Thu, Oct 3, 2013 at 9:36 PM, David Cohen <[email protected]> wrote: > From: Jocelyn Falempe <[email protected]> > > 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 <[email protected]> > Signed-off-by: David Cohen <[email protected]> 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

