[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160630095103.GB28719@htj.duckdns.org>
Date: Thu, 30 Jun 2016 04:51:03 -0500
From: Tejun Heo <tj@...nel.org>
To: Roger Lu <roger.lu@...iatek.com>
Cc: "Rafael J . Wysocki" <rjw@...ysocki.net>,
Len Brown <len.brown@...el.com>, Pavel Machek <pavel@....cz>,
srv_heupstream@...iatek.com, linux-mediatek@...ts.infradead.org,
Sascha Hauer <kernel@...gutronix.de>,
Lai Jiangshan <jiangshanlai@...il.com>,
Matthias Brugger <matthias.bgg@...il.com>,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] PM / suspend: show workqueue state in suspend flow
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
Powered by blists - more mailing lists