Re: [PATCHv2] PM / wakeirq: Add wakeup name to dedicated wake irqs

From: Tony Lindgren
Date: Mon Feb 26 2018 - 16:51:11 EST


* Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> [180225 13:37]:
> On Fri, 2018-02-23 at 14:06 -0800, Tony Lindgren wrote:
> > This makes it easy to grep :wakeup /proc/interrupts.
>
> > + char *name;
>
> Wouldn't be const?

Yup it can be const. And the kasprintf() can be made
simpler as suggested earlier by Rafael. Here's v3 of
the patch.

Thanks,

Tony

8< --------------------