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:	Thu, 2 Feb 2012 19:26:02 +0530
From:	Laxman Dewangan <ldewangan@...dia.com>
To:	Laxman Dewangan <ldewangan@...dia.com>,
	"sameo@...ux.intel.com" <sameo@...ux.intel.com>
CC:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"linux-tegra@...r.kernel.org" <linux-tegra@...r.kernel.org>,
	Mark Brown <broonie@...nsource.wolfsonmicro.com>,
	Grant Likely <grant.likely@...retlab.ca>,
	Linus Walleij <linus.walleij@...aro.org>
Subject: Re: [PATCH V1] mfd: tps65910: Initialize irq platform data properly

On Wednesday 18 January 2012 08:19 PM, Laxman Dewangan wrote:
> irq_base of the tps65910 irq platform data should be
> initialized with the board provided irq_base data.
>
> Signed-off-by: Laxman Dewangan<ldewangan@...dia.com>
> ---
>   drivers/mfd/tps65910.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mfd/tps65910.c b/drivers/mfd/tps65910.c
> index c1da84b..8517481 100644
> --- a/drivers/mfd/tps65910.c
> +++ b/drivers/mfd/tps65910.c
> @@ -168,7 +168,7 @@ static int tps65910_i2c_probe(struct i2c_client *i2c,
>   		goto err;
>
>   	init_data->irq = pmic_plat_data->irq;
> -	init_data->irq_base = pmic_plat_data->irq;
> +	init_data->irq_base = pmic_plat_data->irq_base;
>
>   	tps65910_gpio_init(tps65910, pmic_plat_data->gpio_base);
>
Hi Samuel,
Any feedback on this patch?

Thanks,
Laxman


--
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