lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CAHp75VdLNQ8VMWUZMOtP75vSEvxHtOihV-qA1LqB-S6QThmiFA@mail.gmail.com> Date: Mon, 2 Apr 2018 17:03:13 +0300 From: Andy Shevchenko <andy.shevchenko@...il.com> To: Vignesh R <vigneshr@...com> Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Jiri Slaby <jslaby@...e.com>, Tony Lindgren <tony@...mide.com>, "open list:SERIAL DRIVERS" <linux-serial@...r.kernel.org>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Linux OMAP Mailing List <linux-omap@...r.kernel.org> Subject: Re: [PATCH v2] serial: 8250: omap: Provide ability to enable/disable UART as wakeup source On Mon, Apr 2, 2018 at 5:01 PM, Andy Shevchenko <andy.shevchenko@...il.com> wrote: > On Mon, Apr 2, 2018 at 3:20 PM, Vignesh R <vigneshr@...com> wrote: >> + if (!device_may_wakeup(dev)) >> + priv->wer = 0; > > Can it be > > priv->wer = device_may_wakeup(dev); > > ? Answering to myself, missed that this value is used as actual one for the HW. -- With Best Regards, Andy Shevchenko
Powered by blists - more mailing lists