2014-04-08 08:26:47

by Namhyung Kim

[permalink] [raw]
Subject: Re: [PATCH 10/15 V3] perf, c2c: Display cacheline HITM analysis to stdout

> + if (coalesce_level > MAX_LVL)
> + printf("DON: bad coalesce level %d\n", coalesce_level);

Please use pr_warning() with the "DON" prefix removed :)

Thanks,
Namhyung