On Sun, Aug 11, 2019 at 04:29:44PM +0300, Denis Efremov wrote: > +#define pciehp_set_attention_status(crtl, status) \ > + pciehp_set_indicators(ctrl, PWR_NONE, status) > +
There's a typo here, s/crtl/ctrl/. With that addressed, Reviewed-by: Lukas Wunner <lu...@wunner.de>