Re: [PATCH v1] printk: change message to pr_info

2018-03-23 Thread Petr Mladek
On Thu 2018-03-22 14:58:33, Tomeu Vizoso wrote: > To allow userspace to prevent this message from appearing in the > console by changing the log priority. > > This matches other informative messages that the power subsystem emits > when the system changes power states. Looks good: Reviewed-by: P

Re: [PATCH v1] printk: change message to pr_info

2018-03-22 Thread Sergey Senozhatsky
On (03/22/18 14:58), Tomeu Vizoso wrote: > To allow userspace to prevent this message from appearing in the > console by changing the log priority. > > This matches other informative messages that the power subsystem emits > when the system changes power states. > > Signed-off-by: Tomeu Vizoso