lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 26 Jan 2011 17:11:16 +0000
From:	Ian Molton <ian@...menth.co.uk>
To:	Lennert Buytenhek <buytenh@...tstofly.org>
Cc:	Samuel Ortiz <sameo@...ux.intel.com>,
	Mark Brown <broonie@...nsource.wolfsonmicro.com>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mfd: Fix ASIC3 build with GENERIC_HARDIRQS_NO_DEPRECATED

Acked-by: Ian Molton <ian@...menth.co.uk>

:)

-- 
Ian Molton
Linux, Automotive, and other hacking:
http://www.mnementh.co.uk/



On 22 January 2011 01:08, Lennert Buytenhek <buytenh@...tstofly.org> wrote:
> Signed-off-by: Lennert Buytenhek <buytenh@...retlab.ca>
>
> diff --git a/drivers/mfd/asic3.c b/drivers/mfd/asic3.c
> index 6a1f940..c45e630 100644
> --- a/drivers/mfd/asic3.c
> +++ b/drivers/mfd/asic3.c
> @@ -143,9 +143,9 @@ static void asic3_irq_demux(unsigned int irq, struct irq_desc *desc)
>        unsigned long flags;
>        struct asic3 *asic;
>
> -       desc->chip->ack(irq);
> +       desc->irq_data.chip->irq_ack(&desc->irq_data);
>
> -       asic = desc->handler_data;
> +       asic = get_irq_data(irq);
>
>        for (iter = 0 ; iter < MAX_ASIC_ISR_LOOPS; iter++) {
>                u32 status;
> --
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ