Re: [PATCH] PM / suspend: show workqueue state in suspend flow

From: Tejun Heo
Date: Thu Jun 30 2016 - 05:51:11 EST


Hello,

On Thu, Jun 30, 2016 at 11:17:46AM +0800, Roger Lu wrote:
> + if (wq->flags & WQ_FREEZABLE)
> + pr_info("freezable ");

The flag is already printed below and doing this will make the output
more difficult to read.

> pr_info("workqueue %s: flags=0x%x\n", wq->name, wq->flags);

Thanks.

--
tejun