Re: [PATCH RFC] gpio: new driver for a gpio simulator

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

On Mon, Oct 08, 2018 at 12:13:56PM +0200, Uwe Kleine-König wrote:
> +				struct irq_domain *irqdomain;
> +				unsigned int irq;
> +
> +				irq_domain = ddata->port[1].gchip.irq.domain;
> +				irq = irq_find_mapping(irqdomain, offset);
> +
> +				generic_handle_irq(irq);

while wrapping long lines I introduced a bug here.
s/irq_domain/irqdomain/ to fix it.

I'll wait for some feedback before resending.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |



[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux