lkml.org 
[lkml]   [2022]   [May]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 1/2] pinctrl: intel: make irq_chip immutable
On Tue, May 17, 2022 at 07:38:19PM +0300, Andy Shevchenko wrote:
> +static const struct irq_chip intel_gpio_irq_chip = {
> + .name = "intel-gpio",
> + .irq_ack = intel_gpio_irq_ack,
> + .irq_mask = intel_gpio_irq_mask,
> + .irq_unmask = intel_gpio_irq_unmask,
> + .irq_set_type = intel_gpio_irq_type,
> + .irq_set_wake = intel_gpio_irq_wake,
> + .flags = IRQCHIP_MASK_ON_SUSPEND | IRQCHIP_IMMUTABLE,
> + GPIOCHIP_IRQ_RESOURCE_HELPERS,
> +};

You still have the inconsistent alignment here.

\
 
 \ /
  Last update: 2022-05-18 07:10    [W:1.823 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site